Skip to content

Socket is automatically disconnected and reconnect repeatedly #227

@ixsans

Description

@ixsans

I've just try an android sample project of implementation of socket.io in this github https://github.com/socketio/socket.io-client-java

The first i tried, it run normally. The android socket connected with my server and communicate with my nodejs script without any problem. But, when I added signpost library from okhttp to my build.grade,

compile 'se.akerfeldt:okhttp-signpost:1.0.0'

I found a problem. The app connected with the server at the first time, but after some minutes, the socket automatically disconnect and reconnect repeatedly.

screenshot_2015-10-16_11-22-34

Any Solution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions