RiptideNetworking / Riptide

Lightweight C# networking solution for multiplayer games.
https://riptide.tomweiland.net
MIT License
1.14k stars 144 forks source link

Disconnected from server: Poor connection. #159

Open mblogest opened 2 months ago

mblogest commented 2 months ago

Somtimes Disconnected from server: Poor connection. But Event Diddisconnect() Not Work and callback

tom-weiland commented 1 month ago

You mean the client's Disconnected event just isn't invoked? Are you calling the server's and client's Update methods regularly?

mblogest commented 3 weeks ago

yes i use Server.Update(); in FixedUpdate(). but sometimes diddisconnect not call. when i write any debug.log() in diddisconnect not work. but this log(Disconnected from server: Poor connection) show sometime and disconnect client from sever