socketio / socket.io-client-swift

Other
5.21k stars 839 forks source link

Thread safe handlers #1476

Closed Tishman closed 5 months ago

Tishman commented 5 months ago

Added DispatchQueue to avoid read/write case when mutating the handlers array from different threads.