- remove the finally statement from the run method in the MockMsgq class. Because it is found that it doesn't actually work even if it is there. And also it is found that self.msgq.shutdown() doesn't work even though outside of the thread. - instead of self.msgq.shutdown(), add the removal of the socket file into the shutdown method in the BaseModules class
|
|||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|