Downgrade duplicate subscribe from error to warning #13

Closed
opened 2017-03-22 04:10:48 +00:00 by jamie · 6 comments
jamie commented 2017-03-22 04:10:48 +00:00 (Migrated from git.hazaar.io)

When a subscription event arrives we return false to indicate that the subscription failed. This is a throw back to the legacy long polling days when this was bad. Now with websockets this causes problems despite being totally OK. We should just ignore the request and instead, display a warning saying there was a SUBSCRIBE request for a trigger already subscribed to and then just return true.

When a subscription event arrives we return false to indicate that the subscription failed. This is a throw back to the legacy long polling days when this was bad. Now with websockets this causes problems despite being totally OK. We should just ignore the request and instead, display a warning saying there was a SUBSCRIBE request for a trigger already subscribed to and then just return true.
jamie commented 2017-03-22 23:59:23 +00:00 (Migrated from git.hazaar.io)
created branch [`13-downgrade-duplicate-subscribe-from-error-to-warning`](https://git.hazaarlabs.com/hazaar/hazaar-warlock/compare/master...13-downgrade-duplicate-subscribe-from-error-to-warning)
jamie commented 2017-04-01 00:01:41 +00:00 (Migrated from git.hazaar.io)

assigned to @jamie

assigned to @jamie
jamie commented 2017-04-01 00:02:01 +00:00 (Migrated from git.hazaar.io)

added ~163 label

added ~163 label
jamie commented 2017-04-01 00:05:05 +00:00 (Migrated from git.hazaar.io)

added ~164 and removed ~163 labels

added ~164 and removed ~163 labels
jamie commented 2017-04-01 00:05:46 +00:00 (Migrated from git.hazaar.io)

closed

closed
jamie commented 2017-04-01 00:05:46 +00:00 (Migrated from git.hazaar.io)

removed ~164 label

removed ~164 label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hazaar/hazaar-warlock#13
No description provided.