Naoyuki Kanezawa
Naoyuki Kanezawa
I don't know if it's the cause but it looks the version of library is old. > ``` > mSocket = IO.socket("http://chatserver:3000"); > Log.e("CONNECTED", "SUCCESS"); > ``` It doesn't mean...
It can be because of the change of server URL. https://github.com/nkzawa/socket.io-android-chat/commit/03a69112a06a816f63ee122348b10452bccf5543 Can you retry the current master ?
Can you explain the details of your problem?
This repository supports only Gradle. I can't help you since have never used AIDE before. Please find a way by yourself if you'd like to try on another environment. Anyway,...
Unfortunately, I can't help you with this issue as already told. I edited the title of the issue, so that other people might be able to help you.
Sorry I couldn't understand the problem. Can you explain the details of the issue?
Am I correct that you mean to connect to different servers by calling `IO.socket(ip:port)` twice? That should work. I'm not sure about the timeout, but you can just call `socket.connect();`...
`socket.io-client-java` internally uses `okhttp`. I guess another version of okhttp is used on your dependencies modules ?
That because `MainFragment` starts `LoginActivity` on `onCreate`, so that you can ensure users always login when come to the main page.
Weird, actually it should work. Can you post logs if there are any errors ? Let me know if you know how to reproduce it.