You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -532,6 +532,7 @@ If the invocation of the `handler` rejects or throws, an error will be passed to
532
532
*`options` {Object}
533
533
*`callTimeoutMs` {Number} - Milliseconds before unanswered call is rejected. Defaults to the same value as the option passed to the client/server constructor.
534
534
*`signal` {AbortSignal} - `AbortSignal` to abort the call.
535
+
*`noReply` {Boolean} - Send call without expecting a response, resolving immediately with `undefined`. If a response is received, a `badMessage` event will be emitted instead. Defaults to `false`.
535
536
536
537
Calls a remote method. Returns a `Promise` which either:
537
538
* resolves to the value returned by the remote handler.
0 commit comments