Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-c-0.18.0
-
None
-
Linux, epoll io, master tip at 72b7ea0508e94aae3e5d9470293bc5c7e8250a45
PROTON-1592: [python] restore original tx_recv.py example
Description
class immediate_stop_tester : public proton::messaging_handler { public: void on_container_start(proton::container &c) PN_CPP_OVERRIDE { c.stop(); } }; int test_container_immediate_stop() { immediate_stop_tester t; proton::container(t).run(); // will hang return 0; }
Attachments
Issue Links
- is related to
-
PROTON-1674 [cpp] Container does no longer wait for planned scheduled tasks
- Open