Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

Commit b17b202

Browse files
authored
Update Rx-based-Subscriber.md
1 parent dc171c0 commit b17b202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WAMP2/Roles/Subscriber/Rx-based-Subscriber.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private static void OnTopic2(IWampSerializedEvent serializedEvent)
9292
}
9393
};
9494

95-
Console.WriteLine("Got event: args: [{0}], kwargs: \{\{ {1} \}\}",
95+
Console.WriteLine("Got event: args: [{0}], kwargs: [[ {1} ]]",
9696
string.Join(", ", deserializedArguments.arguments),
9797
deserializedArguments.argumentsKeywords);
9898
}

0 commit comments

Comments
 (0)