NaikSoftware / StompProtocolAndroid

STOMP protocol via WebSocket for Android
MIT License
597 stars 265 forks source link

Update HeartBeatTask.java #199

Open h27279392 opened 3 years ago

h27279392 commented 3 years ago

Fixed heartbeat failed not working and default no boundary.

        switch (lifecycleEvent.getType()) {
            case FAILED_SERVER_HEARTBEAT:

                if(failed_heartbeat_times.incrementAndGet() >= 3) {
                    toast("Stomp failed server heartbeat");
                    ...
                }

            break;
        }
pazabel commented 3 years ago

@NaikSoftware Hi. Can you please merge all these pull requests?