Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Fix close error dispatching on incorrect queue #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mjarvis
Copy link
Contributor

@mjarvis mjarvis commented Sep 14, 2017

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.

`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.
@gaming-hacker
Copy link

gaming-hacker commented Mar 20, 2018

i merged this and so far no issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants