The next RestSharp version presumably solves the following issues:
Connection pool starvation
Hanging open TCP connections
Improper handling of async calls
Various SimpleJson serialization quirks
HTTP/2 support
Intermediate certificate issue
Uploading large files (use file parameters with Stream)
Downloading large files (use DownloadFileStreamAsync)