Wojciech Krzemien

Results 11 comments of Wojciech Krzemien

Ok, I am going to look at it

@chaen @fstagni To which branch should I open the PR with the corrections? The solution I propose is the following: In case of disconnect state (e.g. MQ server restart) the...

Thank you. I implemented something similar to the solution proposed here: http://jasonrbriggs.github.io/stomp.py/api.html#disconnect but unfortunately it does not cover all the cases, so I must dig more to understand what is...

No, I haven't touch it

It occured that in the API of stomp there are some parameters corresponding to reconnection delay, number of attempts etc. I added it and so far it passed the tests...

Hopefully solved for producer case in #4006 . Also, the exception mentioned in previous post is catched now.

@chaen I am able to reproduce the bug - It is indeed the race condition case which appears when more than one broker is running and the close() method is...

Just for the record. The bug has not direct connection with multiple broker case. Just accidentally my integration tests were structured in such a form that it was not possible...

So: 1.The MQ disconnection issue is solved and it has been merged and it seems to work fine 2.There are still some fixes that should be added to the consumer...

I think it can be closed.