Closed
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
I think we only want one handler per key right?
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
I think we only want one handler per key right?