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
One possible reason is that “s.exec.stopCh” has multiple receivers, but only sends the signal once, causing the receiver that doesn't get the signal to block permanently.
Expected behavior
No leaks.
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Appears randomly in unit tests.
One possible reason is that “s.exec.stopCh” has multiple receivers, but only sends the signal once, causing the receiver that doesn't get the signal to block permanently.
Expected behavior
No leaks.
The text was updated successfully, but these errors were encountered: