We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f91d7 commit af750ebCopy full SHA for af750eb
src/renderer_server/main.rs
@@ -278,7 +278,7 @@ pub fn run_main(
278
GlutinEvent::LoopDestroyed => {
279
// Notify the server that it should shutdown, ignoring the error if the channel has
280
// been dropped since that just means that the server task has ended already
281
- handle.block_on(server_shutdown.send(())).unwrap_or(());
+ server_shutdown.blocking_send(()).unwrap_or(());
282
},
283
284
_ => {},
0 commit comments