mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 08:40:03 +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:
|
async def emit_exception() -> None:
|
||||||
await self._wapi.sio.emit( # type: ignore
|
await self._wapi.sio.emit( # type: ignore
|
||||||
"notify",
|
"exception",
|
||||||
{
|
{
|
||||||
"data": {
|
"data": {
|
||||||
"exception": str(exc),
|
"exception": str(exc),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user