Trap exception from SockJS HeartbeatTask
Issue: SPR-15307
This commit is contained in:
parent
ffe9bae138
commit
d3324c8d4f
|
|
@ -455,6 +455,9 @@ public abstract class AbstractSockJsSession implements SockJsSession {
|
|||
try {
|
||||
sendHeartbeat();
|
||||
}
|
||||
catch (Throwable ex) {
|
||||
// Ignore: already handled in writeFrame...
|
||||
}
|
||||
finally {
|
||||
this.expired = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue