bug: async_nats::connect
ignores all options in nats url
#1341
Labels
defect
Suspected defect such as a bug or regression
Observed behavior
async_nats::connect
ignores all options in nats url and use default optionsExpected behavior
parse options from url
Server and client version
bug is in crate
async-nats
0.37.0Host environment
No response
Steps to reproduce
The bug is very obvious in the source code:
in
lib.rs
L1113And according to
lib.rs
L932~L1022,connect_with_options
use option in argument to override the options in url. Soconnect
ignore all options in url.reproduce:
The text was updated successfully, but these errors were encountered: