Netcode.IO.NET icon indicating copy to clipboard operation
Netcode.IO.NET copied to clipboard

A pure managed C# implementation of the Netcode.IO spec

Results 8 Netcode.IO.NET issues
Sort by recently updated
recently updated
newest added

This is a very interesting library -- I'd like to try it out in my engine. Unfortunately, it doesn't support .NET Core as-is. Any desire to support an alternate configuration,...

I was planning on using this library in a project that uses Serilog for its logging. To accomplish this, I added an event that fires when the `log(...)` method is...

The queue locking strategy is incorrect for the SocketContext.cs(68-70) call to `if (datagramQueue.Count > 0) { packet = datagramQueue.Dequeue();` In a highly concurrent environment, the queue isn't being locked for...

Reference: https://github.com/networkprotocol/netcode.io/blob/c89108e2c18d486b4b6e875c949f5e4d8ce6e692/netcode.c#L1548

We would like to run this server in Google Cloud. All public servers go through external load balancer. This means that external IP address is never the same IP address...

anyone tell me how to gen[What function call?] my private key? thanks.

How are you getting your events from the background process to the main thread? I have been having a hard time wrapping my head around this and it looks as...

Hello Alan! Thanks for your work) Sorry for my english( Call a WriteBuffer for an array[2048] allocate 10.5 kb memory. So when i tryied to send a message to a...