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
when i added your code then showing me following error : - websocketclient.handler can not be resolved i already import classes as needed.
The text was updated successfully, but these errors were encountered:
Merge pull request codebutler#15 from cpeterso/cpeterso/fix-readme-er…
ecaf18b
…rors Fix syntax errors in README.md's example code
Hi, I also just had the same problem. The example code is incorrect. you will need to call it as such:
final WebSocketClient client = new WebSocketClient(URI.create("wss://irccloud.com"), new WebSocketClient.Listener() { //etc. }
Notice it isn't making a new Handler but rather a Listener. It amounts to the same thing.
Sorry, something went wrong.
See #13.
No branches or pull requests
when i added your code then showing me following error :
- websocketclient.handler can not be resolved
i already import classes as needed.
The text was updated successfully, but these errors were encountered: