We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfadc6 commit 9b5279eCopy full SHA for 9b5279e
1 file changed
src/SuperSocket.Server.Abstractions/Connections/TcpConnectionFactoryBase.cs
@@ -1,17 +1,10 @@
1
using System;
2
-using System.Collections;
3
using System.Collections.Generic;
4
-using System.ComponentModel.DataAnnotations;
5
-using System.IO;
6
-using System.Linq;
7
-using System.Net.Security;
8
using System.Net.Sockets;
9
-using System.Security.Authentication;
10
using System.Threading;
11
using System.Threading.Tasks;
12
using Microsoft.Extensions.Logging;
13
using SuperSocket.Connection;
14
-using SuperSocket.ProtoBase;
15
16
namespace SuperSocket.Server.Abstractions.Connections
17
{
0 commit comments