We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47519ee commit f2cca76Copy full SHA for f2cca76
1 file changed
ValidCode/StructBuilder/Client.cs
@@ -22,6 +22,7 @@ public async Task<int> M(bool rth)
22
.Append(2, "version")
23
.Append(true, "subscribe")
24
.Append(rth, "useRTH")
25
+ .Append(!rth, "not")
26
.Append("abc", "text")
27
.Append((string?)null, "empty");
28
await this.socket.SendAsync(request.LengthPrefixed(), SocketFlags.None, CancellationToken.None).ConfigureAwait(false);
0 commit comments