mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-16 17:09:25 +01:00
exceptions have a separate socketio event now
This commit is contained in:
@@ -243,7 +243,7 @@ class Server:
|
||||
|
||||
async def emit_exception() -> None:
|
||||
await self._wapi.sio.emit( # type: ignore
|
||||
"notify",
|
||||
"exception",
|
||||
{
|
||||
"data": {
|
||||
"exception": str(exc),
|
||||
|
||||
Reference in New Issue
Block a user