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
Add note about calling interrupt and close immediately
Closes: #315
You can not call close immediately after interrupt. It will result in
undefined behavior. Instead, shim a small `Process.sleep/1` in and it
should mitigate the issue.
0 commit comments