kcp2k
kcp2k copied to clipboard
On windows, when trying to connect to localhost, there seems to be an edge case where instead of timing out or anything like that, windows knows better and raises a...
Credits to the top-men / advisors and the big guy himself. We do get people trying to send large mb maps, or 4k HD camera footage (in Update() ) in...
On servers with multiple NICs it may be necessary or desirable to bind a server to a specific one of them instead of listening on all available NICs. I've added...
i am developing a multiplayer online game, and the real-time requirements are very high. If multiple retransmissions have not been successful, it is meaningless to send the data again. It...
Can you provide a c# server code alone, which is not Unity, so that I can learn easily. I plan to use it to synchronize data between multiple clients. Task.Run(()...
When trying to run a dedicated server on Ubuntu 20.04 I keep getting this error: ``` NullReferenceException: Object reference not set to an instance of an object at kcp2k.KcpTransport.ServerStart ()...
Ill duplicate my post with additional details from Mirror's repo. > As i see there is no way to get client connection errors. 2 examples: > 1. Client connection error...
The server is running and Broadcasting unreliable message to all connected clients in update function. At this time, any other new client can not connect to this server. The log...
During ServerChangeScene, server stops to receive any messages. It is also affect for ping\pong messages. Is scene is big enough it could take more than 10 seconds to load and...