KBeoughter

Results 5 comments of KBeoughter

[System.NullReferenceException] = {System.NullReferenceException: Object reference not set to an instance of an object. at SuperWebSocket.Protocol.WebSocketDataFrameReceiveFilter.get_LeftBufferSize() in v:\Code\src\Mono\SuperWebSocketServerLibrary\SuperWebSocket\SuperWebSocket\Protocol\WebSocketDataFrameReceiveFilter.cs:line 24 at SuperSocket.SocketBase.AppSession`2.FilterRequest(Byte[] readBuffer, Int32 offset, Int32 length, Boolean toBeCopied, Int32& rest, Int32&...

I am using the latest source available on GitHub. The version I see is 1.7.0.0 for all of the SuperSocket dlls (right click on the dll, select properties then click...

Kerry, The reason I went to the newer version was to resolve an issue I was having with ipv4 and ipv6. The issue I was seeing was when I tried...

Kerry, Here is the exception I am seeing when I run my applications using Mono 3.2.3 Unhandled Exception: System.Net.Sockets.SocketException: An address incompatible with the requested protocol was used. at System.Net.Sockets.Socket..ctor...

Kerry, Turns out MessageType is something Mongoose uses to set the binary bit in a websocket header. I figured out how to send "custom headers" using one of your alternate...