Skip to content

Commit

Permalink
Merge pull request #116 from polarbearjngl/stop_can_listener_after_se…
Browse files Browse the repository at this point in the history
…ssion_disconnect

stopping can listener after session disconnect
  • Loading branch information
christoph2 committed Sep 2, 2022
2 parents 1f53b2e + 9b550ab commit 4e778f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyxcp/transport/can.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ def closeConnection(self):
self.canInterface.close()

def close(self):
self.finishListener()
self.closeConnection()


Expand Down

0 comments on commit 4e778f1

Please sign in to comment.