zotero / zotero-api-node

Zotero API client for Node.js
GNU Affero General Public License v3.0
30 stars 6 forks source link

Failed resubscribe clears all topics #6

Open mrtcode opened 7 years ago

mrtcode commented 7 years ago

Each reconnect gets topics to resubscribe from the previous connection. If the previous connection failed to resubscribe, all next reconnects no longer have topics to resubscribe.

https://github.com/zotero/zotero-api-node/blob/master/lib/stream.js#L203