Created
June 27, 2022 19:36
-
-
Save thakursaurabh1998/73d3915348e3313127a53bee7c9a8d82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const userPoll = new Poll( | |
{ | |
interval: 2, | |
maxPollCount: 10, | |
}, | |
pollingFunction, | |
queueClient, | |
logger | |
); | |
userPoll.start(user1Data); | |
userPoll.start(user2Data); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment