NetworkComms.Net
NetworkComms.Net copied to clipboard
NetworkComms.Net is a high performance cross-platform network library written in C#.
We have a large central application using the libraries and couple hundreds computer has a remote viewer app that all it does is listen to the server events and display...
Hi, I might have found a possible bug when trying to reconnect with an unmanaged connection. First I create my unmanaged connection: ``` SendReceiveOptions optionsToUse = new SendReceiveOptions(); ConnectionInfo connectionInfo...
Abstract out the current networkcomms.net application layer protocol so that support could be easily added for others that have been requested in the parts: - HTTP(S) - Web Socket
SendPacket can cause RemoveConnectionReference and AddConnectionReference can call SendPacket. The first takes sendLocker then globalDictAndDelegateLocker, the second takes them in reverse. ```` NetworkCommsDotNetComplete.dll!NetworkCommsDotNet.Connections.Connection.SendPacket(NetworkCommsDotNet.IPacket packet, out long packetSequenceNumber) Line 527 NetworkCommsDotNetComplete.dll!NetworkCommsDotNet.Connections.Connection.SendReceiveObject(string...
The current console examples allow the user to reuse the previous address by entering 'r'. We have seen some people complain on the forums that 'r:' did not work. Should...
We need a bluetooth example project. A corresponding article for the website would also be great to help add some more recent tutorials.
We don't have any global or connection specific overrides that allows you to quickly determine the number of configured packet handlers.
Right now connection close handlers only take a single argument, the connection being closed. We could extend these to also take an optional trace number and whether the connection was...