WebSocketRails-Android
WebSocketRails-Android copied to clipboard
An Android client of WebSocket-Rails
when tried to connect with rails in the android log getting exception like below, is it the issue with the ping message > com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of java.util.ArrayList...
Trying to build this and getting: `Error:Execution failed for task ':gcm:transformResourcesWithMergeJavaResForDebug'. com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/NOTICE` ``` File1: /.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.7.1/c9478f1871de4c9cf723e5d497a14c7ad274a50b/jackson-databind-2.7.1.jar` File2: /.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.7.1/4127b62db028f981e81caa248953c0899d720f98/jackson-core-2.7.1.jar` ```
I want to know when dispatcher has been connected? Any callback for this? Thanks for any help and sorry about my English.
Hi! When application using WebSocketRailsDispatcher to trigger events the event queue HashMap in WebSocketRailsDispatcher class growth up and storing all events to the map. This "bug" crashes application when it...