Luke Bakken
Luke Bakken
https://github.com/lukebakken/pika-1296 I'm looking into this now. Better late than never!
I'll be sure that the documentation is updated as well.
I'm not exactly sure what scenario could cause `ChannelWrongStateError` when the state is `OPENING` because a user of this library should not attempt other channel operations until the `on_open_callback` is...
I've deleted my and other off-topic comments here. @SantjagoCorkez's point that the changes in https://github.com/pika/pika/commit/761ef5cf8e484fe8d52909e767ceef69afc82d3a may make it more difficult to distinguish between recoverarble vs non-recoverable errors is valid, and...
Re-doing the exception hierarchy will have to wait until version 2.0
@Diaislam without code that I can run and instructions on how to reproduce what you describe, there's nothing I can do. If you'd like to investigate, open a new issue...
Thank you, I will investigate this.
Thanks for the report @Avivsalem . Calling `inactivity_timeout=0.0` is allowed but doesn't really make sense. I'll either disallow it or figure out why this error happens. > i noticed that...
@Avivsalem I also suggest joining the [`pika-python`](https://groups.google.com/forum/#!forum/pika-python) mailing list if you haven't already. Thanks!
I can't reproduce this using Python 3.7.2 or 2.7.15 using 0.13.0b1 and `inactivity_timeout=0.0` ([code](https://gist.github.com/lukebakken/efcf00b8e2c88b442c1cc11408ec8f29)). If you can think of what might be different in your environment, I'd appreciate it. Thanks!...