I've tried to use live() python method, but the method just returns the uuid of the live query.
Apart of killing the live query using kill() I can't figure out how to receive any changes using the official python api like this rust example
Is there any way to use the current version 0.3.2 for live queries?
Thanks in advance,
PS: The non-official pure python surrealist support them, but is synchronous.