|
|
@ -26,7 +26,7 @@ namespace HybirdFrameworkServices.Charger.Handler
|
|
|
|
if (ClientMgr.TryGetClient(ctx.Channel, out var sn, out var client))
|
|
|
|
if (ClientMgr.TryGetClient(ctx.Channel, out var sn, out var client))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Log.Info($"receive {msg} from {sn}");
|
|
|
|
Log.Info($"receive {msg} from {sn}");
|
|
|
|
if (msg.Result == 0)
|
|
|
|
if (msg.Result != 0xff)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
client.IsCanSendStopCmd = false;
|
|
|
|
client.IsCanSendStopCmd = false;
|
|
|
|
client.IsStopped = true;
|
|
|
|
client.IsStopped = true;
|
|
|
|