JS Client: Unable to trigger events unless subscribed #7
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-warlock#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The subscribe command is what triggers the WebSocket connection to connect. At the moment a trigger does not do this for some reason. It should.
created branch
7-js-client-unable-to-trigger-events-unless-subscribed
assigned to @jamie
added ~163 ~142 labels
Fixed this by moving the connect call out of
subscribe()
and intosend()
.closed
mentioned in commit
776224f0ce
mentioned in merge request !1