api(jsonrpc): process events forever by default

This commit is contained in:
missytake
2026-01-30 21:12:55 +01:00
parent 61a8eff2ad
commit 50a73666fd

View File

@@ -104,7 +104,7 @@ class Client:
def _process_events( def _process_events(
self, self,
until_func: Callable[[AttrDict], bool], until_func: Callable[[AttrDict], bool] = _forever,
until_event: EventType = False, until_event: EventType = False,
) -> AttrDict: ) -> AttrDict:
"""Process events until the given callable evaluates to True, """Process events until the given callable evaluates to True,