Skip to content

Commit bac3270

Browse files
committed
Fixed namespace import
1 parent fc3d449 commit bac3270

File tree

1 file changed

+1
-1
lines changed
  • src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/CustomTransport

1 file changed

+1
-1
lines changed

src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/CustomTransport/GenericServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Diagnostics.CodeAnalysis;
22
using System.Net;
3-
using DotNext.Threading;
43
using Microsoft.AspNetCore.Connections;
54
using Microsoft.AspNetCore.Connections.Features;
65
using Microsoft.Extensions.Logging;
@@ -9,6 +8,7 @@
98
namespace DotNext.Net.Cluster.Consensus.Raft.CustomTransport;
109

1110
using Buffers;
11+
using Threading;
1212
using TransportServices;
1313
using TransportServices.ConnectionOriented;
1414

0 commit comments

Comments
 (0)