Sergey Sobolev

Results 4 comments of Sergey Sobolev

also looks like installation for the client could be improved: dependencies are not communicated to pip, as a result one has to install missing libraries one by one while fixing...

also looks like used package _ec2metadata_ interface has been changed, python complains about missing _get_ method in _ec2metadata_. This error happens if datacenter is not specified or Amazon (the default...

I've renamed stompest.async to stompest.twisted as it was proposed, also had to update activemq user credentials for unit tests as it didn't work with the default empty user/pass. I've checked...

So far I've implemented a hack: implemented own disconnect listener class which triggers re-connect. It works, but in fact this replaces the failover logic therefore can't be accepted as a...