binance-api-node icon indicating copy to clipboard operation
binance-api-node copied to clipboard

How to keep TCP connection alive for REST requests

Open ne0c0de opened this issue 1 year ago • 0 comments

Is there a way to keep TCP connection alive for REST requests?

As you know when completing REST request TCP connections are defaultly closing and on next REST requests all TCP handshake thing happening again, is there an option to keep this connections alive to bypass TCP handshake steps?

ne0c0de avatar Feb 27 '24 12:02 ne0c0de