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
The PushServiceBase uses a timer to check the scale (if autoscaling is
enabled). This timer was not being stopped once the service itself was
stopped and could cause exceptions to be thrown if the timer fired after
a service was stopped.
0 commit comments