Hi,
I am using wcf to get a lot of data from database, but sometimes I get an exception:
"Error getting response stream (ReadDone2): ReciveFailure"
StackTrace:
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0 \n
at System.ServiceModel.Channels.HttpRequestChannel.GotResponse (IAsyncResult result) [0x00000] in :0
at System.Net.WebConnection.HandleError (WebExceptionStatus st, System.Exception e, System.String where) [0x00000] in :0
This exception appears randomly. Is this a bug in mono ServiceModel library, or a mistake in my implementation of wcf client ?
I can add, that my proxy class I use in Android and iOS application, has overriden CreateChannel() method that returns instance of class that inherits from ChannelBase<>
Thanks for replies.