We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using de.tavendo.autobahn in my WebRTC video call android application (AppRTC).
The call gets disconnected exactly in 2 mins with the following error:
D/de.tavendo.autobahn.WebSocketReader: run() : ConnectionLost 2022-04-12 14:18:49.245 27638-5191/org.appspot.apprtc D/de.tavendo.autobahn.WebSocketReader: WebSocket reader ended. 2022-04-12 14:18:49.245 27638-4942/org.appspot.apprtc D/de.tavendo.autobahn.WebSocketConnection: fail connection [code = CONNECTION_LOST, reason = WebSockets connection lost
I used this demo code https://github.com/njovy/AppRTCDemo with some customizations in my application and hosted it in a private server.
Can anyone help me on this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using de.tavendo.autobahn in my WebRTC video call android application (AppRTC).
The call gets disconnected exactly in 2 mins with the following error:
D/de.tavendo.autobahn.WebSocketReader: run() : ConnectionLost
2022-04-12 14:18:49.245 27638-5191/org.appspot.apprtc D/de.tavendo.autobahn.WebSocketReader: WebSocket reader ended.
2022-04-12 14:18:49.245 27638-4942/org.appspot.apprtc D/de.tavendo.autobahn.WebSocketConnection: fail connection [code = CONNECTION_LOST, reason = WebSockets connection lost
I used this demo code https://github.com/njovy/AppRTCDemo with some customizations in my application and hosted it in a private server.
Can anyone help me on this issue?
The text was updated successfully, but these errors were encountered: