Function notify_config_update

Source
pub async fn notify_config_update(conn: &Connection) -> Result<()>
Expand description

Notifies the client that it should update its configuration.

ยงErrors

Returns an error if serialization failed or communication with the client failed.