glitch100 / BinanceDotNet

Official C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints
https://www.nuget.org/packages/BinanceDotNet/
MIT License
161 stars 140 forks source link

Making RequestClient non static #73 #146

Closed KillerInk closed 5 years ago

KillerInk commented 5 years ago

Overview

make sure that a new RequestClient use a new HttpClient

Solved Issues

Multiple Clients

Installation

N/A

Acceptance and Testing Steps

Other Notes