Skip to content

Commit bacafc1

Browse files
authored
Merge pull request #55 from youngmonkeys/master
merge master
2 parents fb3c2a2 + 3d25afd commit bacafc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

socket/EzySocketClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public abstract class EzySocketClient : EzyLoggable , EzyISocketClient, EzySocke
5050

5151
public EzySocketClient()
5252
{
53+
this.connectTime = DateTime.Now;
5354
this.codecFactory = new EzySimpleCodecFactory();
5455
this.packetQueue = new EzyBlockingPacketQueue();
5556
this.socketEventQueue = new EzySocketEventQueue();

0 commit comments

Comments
 (0)