Skip to content

Commit 250e752

Browse files
committed
to
1 parent 5f56b22 commit 250e752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ElectronNET.API/API/ApiBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public Invocator(ApiBase apiBase, string callerName, int timeoutMs, object arg =
306306
_ = apiBase.Id >= 0 ? BridgeConnector.Socket.Emit(messageName, apiBase.Id) : BridgeConnector.Socket.Emit(messageName);
307307
}
308308

309-
System.Threading.Tasks.Task.Delay(InvocationTimeout).ContinueWith(_ =>
309+
System.Threading.Tasks.Task.Delay(timeoutMs).ContinueWith(_ =>
310310
{
311311
if (this.tcs != null)
312312
{

0 commit comments

Comments
 (0)