Closed denizs closed 5 years ago
The current design doesn't allow this as the connect options are passed to network thread during the initial run. I'm implementing a new design with tokio (which is private now). I'll keep this feature in mind.
Closed in 0.30.1
Hey there! Is there any way to update client credentials whilst staying connected? If not, what's the way to go here? Call
disconnect
on the client, callset_password
on client options and start a new client with the updated options? Best, D