-
Notifications
You must be signed in to change notification settings - Fork 263
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
[Bug]: occasional NullPointerException on local WebRTC client connection #3320
Comments
@fishface60 can you test this with the 1.12.0 Alpha release? |
Sorry I didn't reply sooner. I didn't test the alpha because the beta came out before I got around to it. While trying I got a bunch of this error though:
I think this is handling a disconnect from a previous connection since it has happened before any clients have joined the current connection, and data channels close may happen after the client has closed, since the existing WebRTC connections aren't closed when the client times out, only when the server is taken down. It also seems that I'll open an issue after I have a better idea of what's going on. |
Thanks! |
Describe the Bug
After starting a WebRTC server it failed to start properly.
To Reproduce
Start a WebRTC server a bunch of times and get unlucky.
Expected Behaviour
Local client is always able to send messages.
Screenshots
No response
MapTool Info
1.11.4 with WebRTC patch
Desktop
Linux[Debian]
Additional Context
No response
The text was updated successfully, but these errors were encountered: