-
Notifications
You must be signed in to change notification settings - Fork 395
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
Issue with Boost.Asio scheduler and RxCpp #525
Comments
Thanks for the repo with a repro.. this was much easier to look into! I put my changes in a PR here david-hoze/RxCppAsioReproduction#1 in short -
|
Hi, no problem, my pleasure 😃, thanks for the quick reply! Thanks, |
@david-hoze Sorry for the late response, I just got the chance to check my email during the Chinese New Year holiday. |
Hi, I'm using a scheduler taken from Boost.ASIO scheduler for RxCPP (referenced in #183).
I'm experiencing an issue with RxCpp, full reproduction in https://github.com/david-hoze/RxCppAsioReproduction.
When running the example, I often (not always) get
very often when running.
When debugging the stacktrace shows it gets the SIGABRT in
RxCpp/Rx/v2/src/rxcpp/rx-scheduler.hpp
Line 413 in eaf0545
and on my code in:
https://github.com/david-hoze/RxCppAsioReproduction/blob/master/rx-asio.h#L53
and higher in the stack trace:
https://github.com/david-hoze/RxCppAsioReproduction/blob/master/main_rxcpp_asio_reproduction.cpp#L29
You can debug and see yourself..
Am I using RxCpp wrongly? is it a problem with the rx-asio scheduler I downloaded? Do you know of a more robust and tested version of a Boost.Asio RxCpp scheduler?
The text was updated successfully, but these errors were encountered: