diff options
Diffstat (limited to 'src/net.rs')
-rw-r--r-- | src/net.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -117,7 +117,6 @@ pub(crate) async fn run( } } - conn.events.send_event(GfxEvent::Close).ok(); // TODO: make sure to send this on panic worker_thread.await.unwrap(); } |