mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-14 14:28:40 +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:
|
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),
|
||||||
|
|||||||
Reference in New Issue
Block a user