We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb3c2a2 + 3d25afd commit bacafc1Copy full SHA for bacafc1
socket/EzySocketClient.cs
@@ -50,6 +50,7 @@ public abstract class EzySocketClient : EzyLoggable , EzyISocketClient, EzySocke
50
51
public EzySocketClient()
52
{
53
+ this.connectTime = DateTime.Now;
54
this.codecFactory = new EzySimpleCodecFactory();
55
this.packetQueue = new EzyBlockingPacketQueue();
56
this.socketEventQueue = new EzySocketEventQueue();
0 commit comments