Skip to content

Commit

Permalink
reset sessionUuid
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 27, 2024
1 parent 704e50f commit e2025ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/omero/gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1955,6 +1955,7 @@ def close(self, hard=True): # pragma: no cover
oldC = None
self.c = None
self._session = None
self._sessionUuid = None

self._proxies = NoProxies()
logger.info("closed connection (uuid=%s)" % str(self._sessionUuid))
Expand Down

0 comments on commit e2025ed

Please sign in to comment.