Browse Source

fixed interval set exception

master
Z 5 months ago
parent
commit
deeb1f3637
  1. 2
      addons/EGFramework/Module/EGMessage.cs

2
addons/EGFramework/Module/EGMessage.cs

@ -85,9 +85,11 @@ namespace EGFramework @@ -85,9 +85,11 @@ namespace EGFramework
public void SetDelay(int millisecond){
this.SendDelay = millisecond;
if(millisecond != 0){
RequestTimer.Interval = millisecond;
}
}
}
#region interface
public interface IResponse

Loading…
Cancel
Save