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
It is going to the below function and giving this output:
terminate called after throwing an instance of 'boost::wrapexceptboost::asio::execution::bad_executor'
what(): bad executor
make: *** [Makefile:26: run] Aborted (core dumped)
It is coming inside the if(! response_queue_.empty()) condition and after every 3rd request it is giving the bad_executor error.
Kindly help me with the same.
NOTE: I have made some changes in the constructor parameters but I believe that won't have create a issue. Do let me know if any extra information is required.
The below function is same as advanced_server_flex example:
I tried in the original code, it is not crashing but in my code it is crashing.
I am trying to add one by one my changes in the code, and check where exactly the issue is there. Give me 1-2 days and if required I will ask for help. Till then please don't close this issue.
Boost-Version = 1.83
I am using advanced-server-flex example(https://github.com/boostorg/beast/blob/develop/example/advanced/server-flex/advanced_server_flex.cpp) and in that only I have added my changes but the issue is that I am facing crash whenever I am using SSL server but it is fine when I am using plain connection(without ssl).
It is going to the below function and giving this output:
terminate called after throwing an instance of 'boost::wrapexceptboost::asio::execution::bad_executor'
what(): bad executor
make: *** [Makefile:26: run] Aborted (core dumped)
It is coming inside the if(! response_queue_.empty()) condition and after every 3rd request it is giving the bad_executor error.
Kindly help me with the same.
NOTE: I have made some changes in the constructor parameters but I believe that won't have create a issue. Do let me know if any extra information is required.
The below function is same as advanced_server_flex example:
The text was updated successfully, but these errors were encountered: