This commit is contained in:
Johan B.W. de Vries 2023-04-10 16:31:51 +02:00
parent 1d502ee9a2
commit 90531a5b99

View File

@ -24,3 +24,6 @@ def handle_message(namespace: bytes, topic: bytes, kind: bytes, body: bytes) ->
Preferably, the above automatically breaks it into an async function.
Possibly, everything async in Phasm is waiting for something to be delivered from the platform?
If this thing gets integrated as much as possible, then `from x import y` will get Phasm to talk to the server to get its type information.