-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
kind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)
Description
If I call get for the same key, it'll call pubsub.subscribe
and add another handler for the same key.
js-datastore-pubsub/src/index.js
Line 90 in d59878d
this._pubsub.subscribe(stringifiedTopic, this._handleSubscription, (err) => { |
I think we only want one handler per key right?
vasco-santos
Metadata
Metadata
Assignees
Labels
kind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)