Closed kaans closed 11 months ago
Thank you for reporting and providing example to reproduce the bug!
looks like the issue is only in v5 due to use of http::Request
here.
I will have to see why we have that request modifier and what can we do about it! thanks for reporting it! will keep you updated.
Hey @kaans , PR to fix this behaviour is merged 🎉
Thanks for reporting the issue!
Thanks a lot for the very quick fix! I'll try it out as soon as I can.
Expected Behavior
When enabling the feature "websocket", the v5::EventLoop should still be Send as it is the case when "websocket" is not enabled.
Current Behavior
The v5::EventLoop is not Send anymore, even though the documentation states that the trait Send is implemented.
Failure Information (for bugs)
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Repository with example code: https://github.com/kaans/rumqttc_websocket_error
Failure Logs
Please include any relevant log snippets or files here.