mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-13 00:07:11 +02:00
feat: moving CallbackManager to new file, moving emit_notification to CallbackManager
This commit is contained in:
@ -162,7 +162,7 @@ class Server:
|
||||
|
||||
self._loop.create_task(notify())
|
||||
|
||||
self._service.add_notification_callback(sio_callback)
|
||||
self._service._callback_manager.add_notification_callback(sio_callback)
|
||||
|
||||
# overwrite uvicorn's signal handlers, otherwise it will bogart SIGINT and
|
||||
# SIGTERM, which makes it impossible to escape out of
|
||||
|
Reference in New Issue
Block a user