Skip to content

I don't know why I can't connect #2517

Discussion options

You must be logged in to vote

You haven't configured the proxy for the websocket client. I believe this would be how:

WebSocketFactory factory = new WebSocketFactory();
factory.getProxySettings()
  .setHost("127.0.0.1")
  .setPort(7890);

builder.setWebsocketFactory(factory)

See:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@qq921124136
Comment options

Answer selected by qq921124136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants