mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Trap exception from SockJS HeartbeatTask
Issue: SPR-15307
This commit is contained in:
+3
@@ -455,6 +455,9 @@ public abstract class AbstractSockJsSession implements SockJsSession {
|
||||
try {
|
||||
sendHeartbeat();
|
||||
}
|
||||
catch (Throwable ex) {
|
||||
// Ignore: already handled in writeFrame...
|
||||
}
|
||||
finally {
|
||||
this.expired = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user