-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
random panic #7
Comments
Iirc there was some race condition with wanting to access the list of connected users before the NAMES message was fully parsed or something along these lines... Try |
yea it seems to be a race, I think I cause it by closing the connection very quickly after opening it. this is the output when I just open the connection and immediately close it.
this is the output when I open the connection, send one message and then close it.
|
I sometimes get this when trying to connect.
seems to happen randomly, I don't change anything.
The text was updated successfully, but these errors were encountered: