mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +02:00
exceptions have a separate socketio event now
This commit is contained in:
parent
ac9f39ca56
commit
d4c72d7026
@ -243,7 +243,7 @@ class Server:
|
||||
|
||||
async def emit_exception() -> None:
|
||||
await self._wapi.sio.emit( # type: ignore
|
||||
"notify",
|
||||
"exception",
|
||||
{
|
||||
"data": {
|
||||
"exception": str(exc),
|
||||
|
Loading…
x
Reference in New Issue
Block a user