Skip to content

Modified IOWebSocket to comply with the new WebSocketClient interface. #3

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mayconbordin
Copy link

The WebSocketClient interface has changed, so the socket.io client wasn't working. I've made some changes to IOWebSocket so that it complied with the interface.

I've also made some changes in the error reporting, so that when programming to Android I can implement another way to report errors (LogCat), instead of printing the stack trace. Maybe there is a more elegant way to log with both Android and normal Java apps, maybe Log4j with something else.

Finally, I've created a simple chat client using Swing just to show how to work with this library. I've also included the node application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants