diff --git a/galaxy/api/plugin.py b/galaxy/api/plugin.py index 1fb4bb4..a4e5f77 100644 --- a/galaxy/api/plugin.py +++ b/galaxy/api/plugin.py @@ -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