Closed piotrpio closed 9 months ago
This PR fixes ClientBuilder and gets rid of unnecessary option fields from Client itself. The initialization of ConnectionHandler now takes place only in ClientBuilder.
ClientBuilder
Client
ConnectionHandler
This PR fixes
ClientBuilder
and gets rid of unnecessary option fields fromClient
itself. The initialization ofConnectionHandler
now takes place only inClientBuilder
.