Skip to main content

getSendQueueCount

method Socket.prototype.getSendQueueCount
Jump to headingSocket.prototype.getSendQueueCount(): number

Return Type Jump to heading

number

Number of send requests currently in the queue awaiting to be processed.

Back to top