i have a call that's initiated via SyncRead() that has to create some data before returning. hence it issues a SyncPropose() call once a while results in either the SyncRead resulting in a timeout or other SyncPropose calls resulting in a timeout (in the same shardID)
is there any sample on how to hande timeout's correctly?
i have a call that's initiated via
SyncRead()that has to create some data before returning. hence it issues aSyncPropose()call once a while results in either theSyncReadresulting in a timeout or otherSyncProposecalls resulting in a timeout (in the same shardID)is there any sample on how to hande timeout's correctly?