-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Channel): id and cloneId params can now take a function used to …
…generate channel ID affects: @tao.js/utils new param type of function provides more control to the client for what channel IDs will be used the function will receive the same value that newChannelId() will produce to aid in uniqueness some more cleanup: * newChannelId() ensures maximum integer isn't overrun with mod against it after increment * removed old try at implementation that were commented out
- Loading branch information
Showing
1 changed file
with
27 additions
and
12 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