lostindark / DriverStoreExplorer

Driver Store Explorer [RAPR]
GNU General Public License v2.0
6.82k stars 399 forks source link

FIX - make HttpClient a single instance #94

Closed newmediadev closed 4 years ago

newmediadev commented 4 years ago

Use this technique to stop the app creating a new connection pool each time the about window is opened, as per best practice for HttpClient.

For more information on why you should not use using with HttpClient please read https://aspnetmonsters.com/2016/08/2016-08-27-httpclientwrong/

Also converted the Version tuple to a single model class.