-
-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove interval causing unexpected process waiting (#171)
* Remove interval causing unexpected process waiting There does not seem to be a reason to clear the uu field in tiktokUtils.js every 30 minutes, and the most you need to do is iterate it when a new webcast client is created. This is based on the observed implementation in the TikTokLive Python Library * Modify logic to add/remove id from uuc utility * Moved placement of tiktokUtils calls & simplified add/remove uid logic * add expiration to uu entries --------- Co-authored-by: zerodytrash <[email protected]>
- Loading branch information
1 parent
2f03e41
commit af5d2ee
Showing
3 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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