StompProtocolAndroid icon indicating copy to clipboard operation
StompProtocolAndroid copied to clipboard

Update HeartBeatTask.java

Open h27279392 opened this issue 3 years ago • 1 comments

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;
        }

h27279392 avatar May 08 '21 20:05 h27279392

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

pazabel avatar Jul 19 '21 09:07 pazabel