add back resubTimeoutMs
This commit is contained in:
@@ -167,6 +167,7 @@ const main = async () => {
|
|||||||
accountSubscription = {
|
accountSubscription = {
|
||||||
type: 'websocket',
|
type: 'websocket',
|
||||||
commitment: stateCommitment,
|
commitment: stateCommitment,
|
||||||
|
resubTimeoutMs: 30_000,
|
||||||
};
|
};
|
||||||
slotSubscriber = new SlotSubscriber(connection);
|
slotSubscriber = new SlotSubscriber(connection);
|
||||||
await slotSubscriber.subscribe();
|
await slotSubscriber.subscribe();
|
||||||
|
|||||||
Reference in New Issue
Block a user