Open h27279392 opened 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; }
@NaikSoftware Hi. Can you please merge all these pull requests?
Fixed heartbeat failed not working and default no boundary.