exception on session close: thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', · Issue #77 · Antti/rust-amqp · GitHub
More Web Proxy on the site http://driver.im/
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 do my first steps with Rust and Rabbitmq. I try to implement a simple RPC client like described at https://www.rabbitmq.com/tutorials/tutorial-six-python.html
So far it works but it panic's at the last instruction:
with trace:
The text was updated successfully, but these errors were encountered: