You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to give my connection a port information with the CreateOptionsBuilder::new() .server_uri( url ), but it does not connect if I do that.
What do you think about accepting a url::Url instead of a String?
Then the parsing could be handled outside of the library.
Best,
Stefan
The text was updated successfully, but these errors were encountered:
Dear all
I tried to give my connection a port information with the
CreateOptionsBuilder::new() .server_uri( url )
, but it does not connect if I do that.What do you think about accepting a
url::Url
instead of a String?Then the parsing could be handled outside of the library.
Best,
Stefan
The text was updated successfully, but these errors were encountered: