SDK-2623: Call shutdown on socket close

This commit is contained in:
Romuald Juchnowicz-Bierbasz
2019-03-08 10:16:57 +01:00
parent 52273e2f8c
commit 73bc9aa8ec

View File

@@ -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