All Websocket client calls should take an optional timeout
parameter
#315
Labels
enhancement
New feature or request
timeout
parameter
#315
Currently the
callZome
function supports an optionaltimeout
parameter to override the defaultTimeout of the client.This parameter should be available for all app and admin websocket function calls.
I'm running into this personally as cloning a cell can be expected to take longer than a standard zome call, and I would like to increase the timeout for just those calls.
The text was updated successfully, but these errors were encountered: