simplsockets icon indicating copy to clipboard operation
simplsockets copied to clipboard

SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It is a spinoff of the Dache distributed caching project.

Results 5 simplsockets issues
Sort by recently updated
recently updated
newest added

i dispatch the MessageReceived callback to the main ui thread to update ui control and wait the user to choose,when i get user selection,and call Reply, i got the error...

No documentation. No samples. Nothing? For example: a sample of the function expected by the constructor will be appreciated. Whatever I did up now doesn't work. Thank you. ``` ///...

How do you use this? I see no documentation

The example in #2 is no longer relevant, as far as I can tell - Any chance we can get a newer example?

question

From the server -> a specific client, using a client's Guid, Guid's are assigned when a client connects, On error event's been extended to show the Guid too (so you...