We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1368f commit 3907b67Copy full SHA for 3907b67
lib/unique-message-id-provider.js
@@ -18,7 +18,8 @@ function UniqueMessageIdProvider () {
18
* allocate
19
*
20
* Get the next messageId.
21
- * @return unsigned int
+ * @return if messageId is fully allocated then return null,
22
+ * otherwise return the smallest usable unsigned int messageId.
23
*/
24
UniqueMessageIdProvider.prototype.allocate = function () {
25
this.lastId = this.numberAllocator.alloc()
0 commit comments