gftea / amqprs

Async & Lock-free RabbitMQ Rust Client, Easy-to-use API
MIT License
214 stars 27 forks source link

Remove / prefix from vhost when parsing #104

Closed tyilo closed 1 year ago

tyilo commented 1 year ago

See https://www.rabbitmq.com/uri-spec.html

gftea commented 1 year ago

@tyilo thanks for your contribution. Please check and fix the CI error

tyilo commented 1 year ago

I haven't touched the lines it complains about.

Also, I wouldn't know how to fix https://github.com/gftea/amqprs/actions/runs/5666704166/job/15361926189?pr=104

gftea commented 1 year ago

you can fix the clippy error in ci/builds, the codecov error is not related to your change

tyilo commented 1 year ago

@gftea should be fixed now.