-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
WebSocketRelease() method doesn't release because WebSocketClients retain WebSocket. WebSocket retains WebSocketClients as well.
Proposed workaround:
for (CFIndex i = 0; i < WebSocketGetClientCount(self.webSocket); ++i) { WebSocketRelease(self.webSocket); }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels