Skip to content

Commit

Permalink
BaseGateway fixed error on server -> client -> server callbacks (rare)
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Dec 17, 2022
1 parent c6952d6 commit ff2360e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FxEvents/Shared/EventSubsystem/BaseGateway.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ object CallInternalDelegate()
{
token.Cancel();

await task.ConfigureAwait(false);
await task;

result = (object)((dynamic)task).Result;
}
Expand Down

0 comments on commit ff2360e

Please sign in to comment.