Commit abbed600 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 AD盒2021 在还没 SendTask()周期前, 被执行了SendMsg() 就会出错

parent 5fb19414
......@@ -270,6 +270,7 @@ namespace FlyAd2021
sendBuf.AddRange(msg);
//呼醒 发送task
if(cancellation_waitforSend!=null)
cancellation_waitforSend.Cancel();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment