Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inetic committed Sep 20, 2023
1 parent 7b4b371 commit 55dbbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ouisync_plugin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class Session {
final h = _handle;
_handle = 0;

await _networkSubscription.close();
unawaited(_networkSubscription.close());

NativeChannels.session = null;
b.bindings.session_shutdown_network_and_close(h);
Expand Down

0 comments on commit 55dbbff

Please sign in to comment.