Replies: 1 comment
-
|
@wqbill I will move this to discussions unless you think it's a show stopper or a bug |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description_
setListenerinorg.web3j.protocol.websocket.WebSocketClientis very confusing.Some default and important actions are defined in private method
setWebSocketListenerinorg.web3j.protocol.websocket.WebSocketServicewhich is also called by itsconnectmethod.I tried to run the code below and always got a timeout error coz
requestForIdwas never used.I think method
setListenerinorg.web3j.protocol.websocket.WebSocketClientshould be private.It's very likely to write that code and cost hours to read the source code.Beta Was this translation helpful? Give feedback.
All reactions