Riptide icon indicating copy to clipboard operation
Riptide copied to clipboard

Disconnected from server: Poor connection.

Open mblogest opened this issue 1 year ago • 5 comments

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

mblogest avatar Oct 01 '24 12:10 mblogest

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

tom-weiland avatar Oct 20 '24 05:10 tom-weiland

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

mblogest avatar Nov 08 '24 15:11 mblogest

yes i use Server.Update(); in FixedUpdate().

What about Client.Update()? You need both for it to work.

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

Does your custom log in the Disconnected event ever get called? Is there any sort of pattern regarding when the event does work and whether or not "Disconnected from server: Poor connection" is logged?

tom-weiland avatar Dec 16 '24 22:12 tom-weiland

Yes i use update in both side. but no, nothing is shown on the client side. no error is shown.

mblogest avatar Apr 29 '25 14:04 mblogest

@mblogest can you join the Discord server and make a post in the help channel there, including any relevant code, logs, and other details about your setup? Troubleshooting something like this will be easier on Discord than here on GitHub.

tom-weiland avatar Apr 30 '25 21:04 tom-weiland