mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Make WebSocketConnectionManager#isConnected public
See gh-28785
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ public class WebSocketConnectionManager extends ConnectionManagerSupport {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isConnected() {
|
||||
public boolean isConnected() {
|
||||
return (this.webSocketSession != null && this.webSocketSession.isOpen());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user