Skip to content

Commit 2eef1b0

Browse files
committed
EasyTimer made Stop() public
1 parent d76a3de commit 2eef1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/EngineIoClientDotNet.mono/Thread/EasyTimer_netcore45.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static EasyTimer SetTimeout(Action method, int delayInMilliseconds)
4141
return new EasyTimer(ts);
4242
}
4343

44-
internal void Stop()
44+
public void Stop()
4545
{
4646
var log = LogManager.GetLogger(Global.CallerName());
4747
log.Info("EasyTimer stop");

0 commit comments

Comments
 (0)