mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
🍕
This commit is contained in:
parent
2e8c3863a5
commit
762f969cc5
|
@ -35,7 +35,7 @@ namespace FastTunnel.Core.Client
|
|||
ClientHeartHandler _clientHeartHandler;
|
||||
Func<Socket> lastLogin;
|
||||
Message<LogInMassage> loginMsg;
|
||||
IConfiguration _configuration;
|
||||
protected readonly IConfiguration _configuration;
|
||||
|
||||
public SuiDaoServer Server { get; protected set; }
|
||||
|
||||
|
@ -295,11 +295,11 @@ namespace FastTunnel.Core.Client
|
|||
private void HandleServerRequest(string words)
|
||||
{
|
||||
var Msg = JsonConvert.DeserializeObject<Message<JObject>>(words);
|
||||
if (Msg.MessageType!= MessageType.Heart)
|
||||
if (Msg.MessageType != MessageType.Heart)
|
||||
{
|
||||
_logger.LogDebug($"HandleServerRequest {words}");
|
||||
}
|
||||
|
||||
|
||||
IClientHandler handler;
|
||||
switch (Msg.MessageType)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user