Stops a running live query, using the query id returned by live_query().
Arguments
| Argument | Description |
|---|---|
query_id | The id of the live query to stop. |
session | An optional session id. |
The kill() method for the SurrealDB Mojo SDK stops a running live query.
Stops a running live query, using the query id returned by live_query().
| Argument | Description |
|---|---|
query_id | The id of the live query to stop. |
session | An optional session id. |