You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a race condition when removing or adding service listener hooks. This is because the underlining service registration of the service listener hook service is not protected while using it.
Adding a usage count with condition should fix this.