Add isOpen to WebSocketSession in WebFlux
Closes gh-26043
This commit is contained in:
@@ -130,7 +130,7 @@ public interface WebSocketSession extends Closeable {
|
||||
void sendMessage(WebSocketMessage<?> message) throws IOException;
|
||||
|
||||
/**
|
||||
* Return whether the connection is still open.
|
||||
* Whether the underlying connection is open.
|
||||
*/
|
||||
boolean isOpen();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user