fix: prevent NullReferenceException in TimeoutController
parent
9b9a4ec76a
commit
daa0c7b9a0
|
@ -99,7 +99,7 @@ namespace Cysharp.Threading.Tasks
|
|||
|
||||
public void Reset()
|
||||
{
|
||||
timer.Stop();
|
||||
timer?.Stop();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
Loading…
Reference in New Issue