NewMessageReceived event

i am getting following issue on current and stable version (0.4) . System.Exception was unhandled Message=If you have defined any sub protocol, you cannot subscribe NewMessageReceived event! Sourc...

Id #11888 | Release: None | Updated: Mar 15 at 11:16 AM by dhafaiz | Created: Mar 15 at 8:12 AM by dhafaiz

Error in response headline

Hi, Using Websocket-sharp, the library promt what seems to be an error. In the response on a handshake the server sends something like : HTTP/1.1 101 Web Socket Protocol Handshake Upgrade...

Id #11866 | Release: None | Updated: Mar 7 at 10:43 AM by kerryjiang | Created: Mar 7 at 9:44 AM by davidLabInnovatio

ArraySegmentList exception

Hi, I'm getting the following exception server side when sending a message to the server from a client. The message is a simple json It seems to fail in the public T this[int index] method of the...

Id #11758 | Release: None | Updated: Feb 16 at 8:00 AM by ChubbyArse | Created: Feb 15 at 12:47 PM by ChubbyArse

Cannot handle long message

When sending a message of the size 32760 bytes or bigger to SuperWebSocket server, the socket will be closed. This bug can be replicated in all recent versions (0.3, 0.2...). Interestingly, if you ...

Id #11719 | Release: None | Updated: Feb 8 at 12:37 AM by kerryjiang | Created: Feb 7 at 7:45 PM by yuanming

subscribe NewMessageReceived event

Hi Kerry, I have windows app that is a container for SuperWebSocket that manages connections/groups etc. I have updated my code up to release 72691. I am subscribing to the NewMessageReceived even...

Id #11709 | Release: None | Updated: Mar 15 at 9:14 AM by kerryjiang | Created: Feb 2 at 3:39 PM by Zimmer

SuperWebSocket client: handshake and message arrive in same packet

Kerry, thanks for the great work on the only freely available WebSocket client in .NET so far! I found an issue in the client where the browser may send a message in the same packet as its handshak...

Id #11526 | Release: None | Updated: Jan 5 at 2:02 PM by kerryjiang | Created: Dec 10 2011 at 9:57 PM by sebastiang

Can only send message when refresh page

Hi, I'm trying to use your api to build simple web chat program. I can connect to the websocket server without problem but calling send from the client javascript does nothing. Debugging shows tha...

Id #11521 | Release: None | Updated: Dec 26 2011 at 4:00 AM by kerryjiang | Created: Dec 8 2011 at 7:00 AM by NguyenTranTrung

Socket continue listening after its process stopped.

On the server side, the hosting process gets killed (or exits abnormaly), the underlying socket sometimes continue listening on the port. This prevents from restarting the porcess listening on the...

Id #11493 | Release: None | Updated: Dec 1 2011 at 3:21 PM by s_serpiko | Created: Nov 30 2011 at 1:37 PM by s_serpiko

GetLeftBuffer Exception

Hi Kerry, Firstly, thanks for all your efforts on this awesome project! I have a windows app hosting the websocket server. If I install the MSI on my client machine (Windows 7 64 bit), it all wor...

Id #11443 | Release: None | Updated: Nov 16 2011 at 3:43 PM by Zimmer | Created: Nov 16 2011 at 2:33 PM by Zimmer

.NET 3.5 Client and DNS names

When you try to connect from managed client library (3.5, not 4.0) to service using an url like "ws://mydnshostname:port/websocket" instead of using IP... it fails Looks like your code or a depend...

Id #11387 | Release: None | Updated: Oct 27 2011 at 4:53 PM by kerryjiang | Created: Oct 25 2011 at 8:10 PM by SocialVictim