NetworkComms.Net icon indicating copy to clipboard operation
NetworkComms.Net copied to clipboard

NetworkComms.Net is a high performance cross-platform network library written in C#.

Results 18 NetworkComms.Net issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug

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

enhancement

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...

bug

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...

enhancement

We need a bluetooth example project. A corresponding article for the website would also be great to help add some more recent tutorials.

enhancement

We don't have any global or connection specific overrides that allows you to quickly determine the number of configured packet handlers.

enhancement

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...

enhancement

Duplicate packet detection and prevention

enhancement

Sequenced packets - late packets are dropped

enhancement