We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9d3c26 + 1fe3e0c commit 34a7991Copy full SHA for 34a7991
spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/DefaultStompSession.java
@@ -693,7 +693,7 @@ private class ReadInactivityTask implements Runnable {
693
@Override
694
public void run() {
695
closing = true;
696
- String error = "Server has gone quite. Closing connection in session id=" + sessionId + ".";
+ String error = "Server has gone quiet. Closing connection in session id=" + sessionId + ".";
697
if (logger.isDebugEnabled()) {
698
logger.debug(error);
699
}
0 commit comments