[Mono-dev] wsHttpBinding Hangs - Mono 3.0.9

jadfab jfyfe at jadfab.onmicrosoft.com
Mon May 6 00:39:19 UTC 2013


Followup:

It appears that the construction of the HttpChannelListener fails on
CreateChannelCore. For some reason this LOC:

if ( typeof (TChannel) == typeof (IReplyChannel) )

Is not true because TChannel is of type IReplySessionChannel (which is a
IReplyChannel). Not sure how to fix this as technically
HttpChannelListener<IReplyChannel> and
HttpChannelListener<IReplySessionChannel> are two different types. Is there
any guidance of how I could fix this issue to move forward?

Cheers
-Justin



--
View this message in context: http://mono.1490590.n4.nabble.com/wsHttpBinding-Hangs-Mono-3-0-9-tp4659590p4659593.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list