Skip to main content
method Socket.prototype.getSendQueueCount
Socket.prototype.getSendQueueCount(): number
Deprecated

Return Type

number

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

Back to top