Skip to content

Commit

Permalink
Merge pull request #1295 from Azure/dev
Browse files Browse the repository at this point in the history
Release 1.8.2
  • Loading branch information
vicancy authored Jun 8, 2021
2 parents 71f8688 + 18b2d53 commit 08f97cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.Azure.SignalR.Protocols/ServiceProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ private static void WriteServiceErrorMessage(ref MessagePackWriter writer, Servi

private static void WriteServiceEventMessage(ref MessagePackWriter writer, ServiceEventMessage message)
{
writer.WriteArrayHeader(5);
writer.WriteArrayHeader(6);
writer.Write(ServiceProtocolConstants.ServiceEventMessageType);
writer.Write((int)message.Type);
writer.Write(message.Id);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ public static IEnumerable<object[]> TestParseOldData
new ProtocolTestData(
name: "ServiceWarningMessage",
message: new ServiceEventMessage(ServiceEventObjectType.User, "abc", ServiceEventKind.NotExisted,"User abc is not existed."),
binary: "lRYCo2FiYwK4VXNlciBhYmMgaXMgbm90IGV4aXN0ZWQugA=="),
binary: "lhYCo2FiYwK4VXNlciBhYmMgaXMgbm90IGV4aXN0ZWQugA=="),
new ProtocolTestData(
name: "CheckGroupExistenceWithAckMessage",
message: new CheckGroupExistenceWithAckMessage("group", 0, 3),
Expand Down

0 comments on commit 08f97cb

Please sign in to comment.