Skip to content

Commit

Permalink
fix: trying to resolve some weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
gkc committed Feb 14, 2024
1 parent fd2a3d9 commit 0f2c25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/socket_connector.dart
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class SocketConnector {
Side sideB = Side(sideBSocket, false, transformer: transformBtoA);
unawaited(connector.handleSingleConnection(sideB));

unawaited(onConnect?.call(sideASocket, sideBSocket));
onConnect?.call(sideASocket, sideBSocket);
});

return (connector);
Expand Down

0 comments on commit 0f2c25f

Please sign in to comment.