Skip to content

Commit

Permalink
fix disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber committed Oct 29, 2024
1 parent e8d9c7d commit ecf2b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -506,5 +506,6 @@ impl Service {
self.pending_incoming
.borrow_mut()
.push_back(IncomingEvent::Disconnected { addr });
self.notifies.incoming.notify_one();
}
}

0 comments on commit ecf2b12

Please sign in to comment.