Matthias247 / jawampa

Web Application Messaging Protocol (WAMP v2) support for Java
Apache License 2.0
148 stars 56 forks source link

Android doesn't work #117

Open elemen3 opened 6 years ago

elemen3 commented 6 years ago

The latest version 0.5.0 works perfectly on desktop but when I use the same code on Android it throws no error but doesn't connect to crossbar!

Here is what I get in logcat:

05-31 08:32:08.839 8613-8641/? I/System.out: Session status changed to Disconnected 05-31 08:32:08.839 8613-8613/? I/System.out: Shutting down 05-31 08:32:08.840 8613-8641/? I/System.out: Session status changed to Connecting 05-31 08:32:08.887 8613-8641/? I/System.out: Session status changed to Disconnected 05-31 08:32:08.887 8613-8641/? I/System.out: Session ended normally

Here is the source code: https://github.com/elemen3/jawampaandroid

elemen3 commented 6 years ago

I just resolved the issue.

It's working now.