Does anyone know if the web server component of sdrangel (for the REST API) allows persistent connections / keep-alives?
I had heretofore assumed that each API call was atomic and would require its own connection, but obviously that means the overhead of constantly creating and trashing connections. Performance would be faster if we could re-use a single connection for multiple API requests.