await
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
cdf9867b5c
commit
6def4ccdbd
@ -1833,8 +1833,8 @@ impl Connection {
|
|||||||
|
|
||||||
async fn update_options(&mut self, o: &OptionMessage) {
|
async fn update_options(&mut self, o: &OptionMessage) {
|
||||||
log::info!("Option update: {:?}", o);
|
log::info!("Option update: {:?}", o);
|
||||||
self.update_options_without_auth(o);
|
self.update_options_without_auth(o).await;
|
||||||
self.update_options_with_auth(o);
|
self.update_options_with_auth(o).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn on_close(&mut self, reason: &str, lock: bool) {
|
async fn on_close(&mut self, reason: &str, lock: bool) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user