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

Unexpected exception in WsClient causing connection errors #519

Closed
tomczoink opened this issue Nov 11, 2019 · 0 comments
Closed

Unexpected exception in WsClient causing connection errors #519

tomczoink opened this issue Nov 11, 2019 · 0 comments
Labels
bug Something isn't working. It's clear that this does need to be fixed.

Comments

@tomczoink
Copy link

In v1.1.3, occasionally a customer is seeing the following, which is causing connection errors:

severity: 6

tag: io.ably.lib.transport.WebSocketTransport

message: Unexpected exception in WsClient

exception: Message:...
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:208) 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:436) 
java.net.Socket.connect(Socket.java:621) 
com.google.android.gms.org.conscrypt.AbstractConscryptSocket.connect(:com.google.android.gms...) org.java_websocket.a.a.run(SourceFile:166) java.lang.Thread.run(Thread.java:764)
@tomczoink tomczoink added the bug Something isn't working. It's clear that this does need to be fixed. label Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

No branches or pull requests

1 participant