Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grpc-js: Remove watcher from queue before calling watcher callback. F…
…ixes grpc#1352 In the case where a new watcher is synchronously added to the watcher queue via the watcher callback, this can result in the callback being called multiple times. To support this case, the watcher needs to be move removed from the queue before calling the watcher callback.
- Loading branch information