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 da59746 commit 9177f3aCopy full SHA for 9177f3a
tests/SocketIOClient.UnitTests/V2/SocketIOTests.cs
@@ -54,7 +54,7 @@ public async Task EmitAsync_AckEventActionAndGotResponse_HandlerIsCalled()
54
{
55
Id = _io.PacketId,
56
};
57
- _io.OnNextAsync(ackMessage);
+ await _io.OnNextAsync(ackMessage);
58
59
ackCalled.Should().BeTrue();
60
}
@@ -83,7 +83,7 @@ await _io.EmitAsync("event", _ =>
83
84
85
86
87
88
89
0 commit comments