The approach is similar on how we manage disconnection.
The client is notified that a MetadataUpdate occoured through a callback.
As the approach is similar to the disconnection scenario we are re-using the same callback.
The name of the callback as been rewritten as on_close_handler and the dataclass that is returning the info has been renamed to OnClosedErrorInfo
Examples have been provided but this is still missing system-tests.
This closes #113
An attempt to manage MetadataUpdate.
The approach is similar on how we manage disconnection.
The client is notified that a MetadataUpdate occoured through a callback.
As the approach is similar to the disconnection scenario we are re-using the same callback. The name of the callback as been rewritten as on_close_handler and the dataclass that is returning the info has been renamed to OnClosedErrorInfo
Examples have been provided but this is still missing system-tests.