Skip to content

Commit

Permalink
Fixed message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Siarhei Brutski committed Jan 4, 2021
1 parent 78dd5d8 commit 3a61041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mutalk.OnMessage += (_, eventArgs) =>
{
if (eventArgs.Topic == "test123") // double check topic name due to possible hash collisions
{
Console.WriteLine(Encoding.UTF8.GetString(eventArgs.Message));
Console.WriteLine(Encoding.UTF8.GetString(eventArgs.Message));
}
};

Expand Down

0 comments on commit 3a61041

Please sign in to comment.