Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move connected event to post-flow-join #109

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

Conversation

Shadowfiend
Copy link

The connected event was being emitted after the Flowdock connection was
initiated, but that meant the event was dispatched before there was actually
a live connection to work with. This meant sending messages on connect, for
example, wouldn't work.

The connected event is now correctly dispatched once the connection to
Flowdock is fully established and authed, and all flows have been joined.

The `connected` event was being emitted after the Flowdock connection was
*initiated*, but that meant the event was dispatched before there was actually
a live connection to work with. This meant sending messages on connect, for
example, wouldn't work.

The `connected` event is now correctly dispatched once the connection to
Flowdock is fully established and authed, and all flows have been joined.
@Shadowfiend
Copy link
Author

Anyone out there? :)

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

Successfully merging this pull request may close these issues.

1 participant