SimpleSockets icon indicating copy to clipboard operation
SimpleSockets copied to clipboard

Asynchronous TCP .NET library with reliable transmission and receipt of data, with an ssl implementation.

Results 6 SimpleSockets issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** It would be nice to have a Client.OnConnectionFailure event so we could make it stop reconnecting or add other stuff...

**Is your feature request related to a problem? Please describe.** Yes. My project is based around the restart function of the server, aka after the .StartListening(), it would be great...

Hello, I'm not really sure if this can be considered as a bug, but if I test the connection rate performance, after 209 connection without any wait, the server starts...

Hello Cloet, I'm creating this issue not because I have a problem with your library (which is awesome by the way, and even the most complete one ^^), but because...

when running NetCore.Console.Client and connecting to NetCore.Console.Server there is a list of option of what to send to the server when an object by pressing O it sends the object...

Hello, In the IClientInfo interface there is a property "ClientName". How can I assign a value to this property?