Mosquito

Results 223 comments of Mosquito

@Darsstar this request contains a lot of changes that could potentially breaks backward compatibility. I'm still thinking about how to test it so that I understand I need to make...

@LockedThread @Darsstar sorry, lots of changes, should planning to retest all these myself.

You should do a performance test with cProfile for example. The last time I did this, it marshall in pamqp the slowest one.

the test is really strange, I think to support throwing an exception for this case is possible on the aio-pika side, but so far I am still confused by your...

The way it works now is that there is a `RobustConnection` that contains a transport, which is a separable and independent entity that can be recreated if the real connection...

It seems that the broker is not processing this flag as well. I recommend that you see the answer in your broker's documentation.

@shizacat I'm on vacation, is it possible to merge it on the next week?

Now the PR must be rebased before

The thing is that the library does not take away the guarantee of publishing messages from the user. Only custom business logic dictates the behaviour at this point, should it...

Is is possible to make traffic dump beetween python proccess and broker?