Olivine-Labs / Alchemy-Websockets

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

Client- and serverside bug fixes #94

Open steforster opened 10 years ago

steforster commented 10 years ago

I picked Alchemy as communication framework for my remote actor library because of Alchemys slim design and the availability of a client implementation.
But after some initial success I ran into more and more bugs, especially on the client side. This pull request collects all committs that were needed to make the library much more stable. When reading the list of open issues I think some of them could be fixed by this pull request too: E.g. #93, #89, #84, #78, #72, #66, #60, #53, #49, #25

The changed points are:

tluyben commented 10 years ago

Ah this fixes that weird https://github.com/Olivine-Labs/Alchemy-Websockets/blob/master/src/Alchemy/WebSocketClient.cs#L151 stuff; I'm not sure why that actually would ever work. Thanks, please merge.

zyo2012 commented 10 years ago

I've tested this fork it's running supper great, no missing packet anymore. Please merge!