yr.ManagedSessionObj.notify#
- ManagedSessionObj.notify(data: Dict[str, Any]) None[source]#
Send notify payload to the session wait/notify channel (UTF-8 JSON bytes to native).
Mirrors ManagedSessionObj.notify / CLibruntime::SessionNotify.
- Parameters:
data – JSON object as dict (must not be None)
- Raises:
RuntimeError – when native call fails or data is invalid