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 "break" here only break out from the inner select statement.
The for loop is keep running and signal.Stop() won't be called.
Seems that is the cause of #198.
Signed-off-by: Kazuyoshi Kato <[email protected]>
0 commit comments