Olivine-Labs / Alchemy-Websockets

An extremely efficient C# WebSocket server.
http://AlchemyWebsockets.net
Other
309 stars 105 forks source link

Send 0x8 byte when closed #80

Closed jhaygood86 closed 11 years ago

jhaygood86 commented 11 years ago

Some WebSocket clients require RFC compatability, which requires a 0x8 byte to be returned to the client when the client closes the connection. This fixes that bug (issue 28 on the original repo)

ajacksified commented 11 years ago

Sorry for the delay, and thanks for the PR!