Skip to content

Commit

Permalink
Update TcpSession.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Dec 11, 2023
1 parent 2d07bd5 commit e7ac342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hive.Network.Tcp/TcpSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public TcpSession(

public override bool CanReceive => IsConnected;

// public override bool IsConnected => Socket is { Connected: true };
public override bool IsConnected => Socket is { Connected: true };

public event EventHandler<SocketError>? OnSocketError;

Expand Down

0 comments on commit e7ac342

Please sign in to comment.