Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disconnected from server: Poor connection. #159

Open
mblogest opened this issue Oct 1, 2024 · 3 comments
Open

Disconnected from server: Poor connection. #159

mblogest opened this issue Oct 1, 2024 · 3 comments
Labels
Bug Something isn't working

Comments

@mblogest
Copy link

mblogest commented Oct 1, 2024

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

@tom-weiland
Copy link
Collaborator

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

@mblogest
Copy link
Author

mblogest commented Nov 8, 2024

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

@tom-weiland tom-weiland added the Bug Something isn't working label Dec 16, 2024
@tom-weiland
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants