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
Figure out how to terminate the blpop call. Async exceptions are ignored by threads blocking on syscalls, so if blpop is listening (say with accept() from socket.h), it needs to be hard interrupted.
The text was updated successfully, but these errors were encountered:
Figure out how to terminate the
blpop
call. Async exceptions are ignored by threads blocking on syscalls, so ifblpop
is listening (say withaccept()
fromsocket.h
), it needs to be hard interrupted.The text was updated successfully, but these errors were encountered: