SwiftWebSocket icon indicating copy to clipboard operation
SwiftWebSocket copied to clipboard

Fix close error dispatching on incorrect queue

Open mjarvis opened this issue 8 years ago • 1 comments

self.event.error was being dispatched on the websocket's queue, when it should be dispatched on the queue specified by the library user. Wrapping this in a fire { } call like other events resolves the issue by correctly using the specified queue.

mjarvis avatar Sep 14 '17 22:09 mjarvis

i merged this and so far no issues

gaming-hacker avatar Mar 20 '18 03:03 gaming-hacker