mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-22 05:38:33 -05:00
SDK-2623: Call shutdown on socket close
This commit is contained in:
@@ -39,7 +39,7 @@ class Plugin():
|
||||
self._notification_client = NotificationClient(self._writer, encoder)
|
||||
|
||||
def eof_handler():
|
||||
self._active = False
|
||||
self._shutdown()
|
||||
self._server.register_eof(eof_handler)
|
||||
|
||||
# internal
|
||||
|
||||
Reference in New Issue
Block a user