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.
1 parent 1bf3e7c commit 1a1d767Copy full SHA for 1a1d767
spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/DefaultStompSession.java
@@ -670,7 +670,7 @@ private class ReadInactivityTask implements Runnable {
670
@Override
671
public void run() {
672
closing = true;
673
- String error = "Server has gone quite. Closing connection in session id=" + sessionId + ".";
+ String error = "Server has gone quiet. Closing connection in session id=" + sessionId + ".";
674
if (logger.isDebugEnabled()) {
675
logger.debug(error);
676
}
0 commit comments