mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 00:37:49 +00:00
run method calls asynchronously
This commit is contained in:
@@ -133,6 +133,6 @@ class SandboxedPlugin:
|
||||
|
||||
async def emit_message(self, message: Dict[Any, Any]):
|
||||
await self._socket.write_single_line(dumps({
|
||||
"id": 0,
|
||||
"id": "0",
|
||||
"payload": message
|
||||
}))
|
||||
Reference in New Issue
Block a user