This website works better with JavaScript.
Home
Explore
Help
Sign In
SmallChi
/
JT809DotNetty
mirror of
https://github.com/SmallChi/JT809DotNetty.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
修复主链路在登录的时候上级平台没有应答或者网络超时或者网络断开的时候出现阻塞进程导致程序无法运行
tags/old
smallchi
5 years ago
parent
ca23e182cd
commit
39989c8e86
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/JT809.DotNetty.Core/Events/JT809InferoprManualResetEvent.cs
+ 1
- 1
src/JT809.DotNetty.Core/Events/JT809InferoprManualResetEvent.cs
View File
@@ -17,7 +17,7 @@ namespace JT809.DotNetty.Core.Events
public void Pause()
public void Pause()
{
{
ManualResetEvent.WaitOne();
ManualResetEvent.WaitOne(
TimeSpan.FromSeconds(10)
);
}
}
public bool Reset()
public bool Reset()
Write
Preview
Loading…
Cancel
Save