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
fix: thread pool needs to be re-created if we restart after a close call
This is done by moving the close method to static and nulling the
singleton so that it can be re-created on next Operator start if needed.
This is needed for proper testing support.
0 commit comments