ViewBlock / binance-api-node

:chart: A complete and heavily tested wrapper with typings for the Binance API.
657 stars 502 forks source link

How to keep TCP connection alive for REST requests #657

Open ne0c0de opened 7 months ago

ne0c0de commented 7 months ago

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?