-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The close
method waits for acknowledgement from the server. In some situations we already know the connection is closed (e.g. if the reachability state to the server has changed), and would rather just force a disconnected state immediately.
Describe the solution you'd like
Introduce forceClose
method to WebSocket
, that just terminates the channel.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request