-
-
Notifications
You must be signed in to change notification settings - Fork 194
After upgrading to 1.18 event :chsk/uidport-close desn't work #430
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
Comments
@khmelevskii Hi Yuri, can you please explain in some more detail what you mean by "doesn't work"? Is the behaviour reproducible with the reference example? |
@ptaoussanis this example dosn't use event So, I've just recognized that after upgrading to 1.18 my handler I'm doing somethings like this
Checked migration instruction and can't see any related to this issue things. |
When I enabled :debug log level I can see that server closed ws
But method |
Thanks for the context 👍
The reference example logs every event, here. Am investigating right now, will come back to you 👍 |
Faulty ownership check: The client connection `server-ch` entry in `conns_` will already have been set to nil by the earlier `upd-conn!` call above.
@khmelevskii Can confirm that this was an unintended regression, apologies for the trouble! Should be fixed with Thanks for the report 🙏 |
Hi Peter, I've just checked 1.8.1 and everything works great! Thank you for a quick fix and great library. |
You're very welcome Yuri, cheers! :-) |
No description provided.
The text was updated successfully, but these errors were encountered: