* Get the current size of pending data in the TX buffer * @returns {number} Number of bytes waiting to be read
()
| 288 | * @returns {number} Number of bytes waiting to be read |
| 289 | */ |
| 290 | pendingDataSize() { |
| 291 | return this.txBuffer.length; |
| 292 | } |
| 293 | |
| 294 | /** |
| 295 | * Close the active socket - send FIN to remote, notify main thread |
nothing calls this directly
no outgoing calls
no test coverage detected