[433] Use a local variable rather than one larger in scope
As per review, don't use self._session for the check to see if there is an existing message queue running. Rather, use a localally scoped variable that will get cleaned up when the function exits.
Please register or sign in to comment