Closed Enmk closed 1 year ago
Due to setting ClientOptions.SetSendRetries(0), Client made no attempts to connect to a server, which resulted in uninitialized streams and hence the crash.
ClientOptions.SetSendRetries(0)
Closes: #335
@Enmk do you a rough idea of when this will be put into a versioned release? Thank you!
it is already in v2.5.1, released on 30th of September.
Due to setting
ClientOptions.SetSendRetries(0)
, Client made no attempts to connect to a server, which resulted in uninitialized streams and hence the crash.Closes: #335