|
|
|
@ -693,7 +693,7 @@ public class DefaultStompSession implements ConnectionHandlingStompSession { |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void run() { |
|
|
|
public void run() { |
|
|
|
closing = true; |
|
|
|
closing = true; |
|
|
|
String error = "Server has gone quite. Closing connection in session id=" + sessionId + "."; |
|
|
|
String error = "Server has gone quiet. Closing connection in session id=" + sessionId + "."; |
|
|
|
if (logger.isDebugEnabled()) { |
|
|
|
if (logger.isDebugEnabled()) { |
|
|
|
logger.debug(error); |
|
|
|
logger.debug(error); |
|
|
|
} |
|
|
|
} |
|
|
|
|