Skip to content

Commit

Permalink
Fix bug with reconnection after interruption of current session
Browse files Browse the repository at this point in the history
Fix bug with reconnection after interruption of current session
  • Loading branch information
astraliens committed Jun 24, 2024
1 parent 129d94c commit bfdf8f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def connect(self):
self.reader.initializeConnection()
self.reader.getAssociationView()
self.connected=True # need to detect later if there were any errors during connection and define connected status based on this result
self.connecting=False

def disconnect(self):
self.connecting=False
Expand Down

0 comments on commit bfdf8f8

Please sign in to comment.