Skip to content

Commit

Permalink
temp: remove static validator from NetMQTransport
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Dec 17, 2024
1 parent f80d526 commit d176fe7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Libplanet.Net/Transports/NetMQTransport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System.Threading;
using System.Threading.Channels;
using System.Threading.Tasks;
using AsyncIO;
using Dasync.Collections;
using Libplanet.Crypto;
using Libplanet.Net.Messages;
Expand Down Expand Up @@ -53,12 +52,6 @@ public class NetMQTransport : ITransport
private long _socketCount;
private bool _disposed = false;

static NetMQTransport()
{
NetMQConfig.ThreadPoolSize = 3;
ForceDotNet.Force();
}

/// <summary>
/// Creates a <see cref="NetMQTransport"/> instance.
/// </summary>
Expand Down

0 comments on commit d176fe7

Please sign in to comment.