Skip to content

Conversation

h27279392
Copy link

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

Fixed heartbeat failed not working
@pazabel
Copy link

pazabel commented Jul 19, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants