binance-api-node
binance-api-node copied to clipboard
How to keep TCP connection alive for REST requests
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?