Bug #20473
Milestone #20350: IOTA BPM deployment
Control message queue is not destroyed on shutdown
Description
/dev/mqueue/bpmd is still around after bpmd shutdown
History
#1 Updated by John Diamond over 2 years ago
- Status changed from New to Resolved
- Assignee set to John Diamond
- % Done changed from 0 to 100
Not sure why but the Controller pointer was not being called when main() exits. We now explicitly reset the pointer so ~Controller is called before main() returns.