Skip to content

Commit

Permalink
logs: ReceiveMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Dec 12, 2024
1 parent 323abe7 commit 9af4ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Libplanet.Net/Transports/NetMQTransport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ private void ReceiveMessage(object? sender, NetMQSocketEventArgs e)
{
try
{
_logger.Debug("{FName} has triggered. {Sender}", nameof(ReceiveMessage), sender);
var raw = new NetMQMessage();

// execution limit to avoid starvation.
Expand Down

0 comments on commit 9af4ea2

Please sign in to comment.