facebookincubator / SocketRocket

A conforming Objective-C WebSocket client library.
Other
9.53k stars 2.01k forks source link

Memory Leak #662

Open Luffy19960106 opened 1 year ago

Luffy19960106 commented 1 year ago
截屏2023-05-18 15 47 15

The ‘socket’ should be used here, not ‘self’?because block will retain self and cause memory leak

efstathiosntonas commented 1 year ago

@Luffy19960106 hi, did you changed this to socket? If yes, did you encountered any issues?