stompgem / stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue. Includes: failover logic, ssl support.
http://stomp.github.com
Apache License 2.0
152 stars 80 forks source link

Infinite loop #134

Closed vladgh closed 7 years ago

vladgh commented 7 years ago

https://github.com/stompgem/stomp/commit/864ab4e5b847132c8882945efee59a58ea0aa0de produces the following error:

Your bundle requires gems that depend on each other, creating an infinite loop. Please remove gem 'stomp' and try again.

gmallard commented 7 years ago

Yes I am aware of this.

See:

https://github.com/stompgem/stomp/pull/133

But that PR does not fix everything.

I will get a fix out later today ..... when I know what the fix should be.

vladgh commented 7 years ago

Thanks

gmallard commented 7 years ago

OK, so try install of 1.4.3 please.

See https://github.com/stompgem/stomp/pull/133 for updated thoughts.

The Gemfile was totally removed, so if you use 'bundle' YMMV.

vladgh commented 7 years ago

I confirm it works. Thank you :+1:

gmallard commented 7 years ago

Closing per confirmation.