iande / onstomp

A STOMP messaging client library for Ruby
http://mathish.com/projects/onstomp.html
Other
23 stars 11 forks source link

client ack connection reset... #22

Closed youngor closed 10 years ago

youngor commented 10 years ago

/usr/local/rvm/gems/ruby-1.9.3-p448/gems/onstomp-1.0.7/lib/onstomp/connections/base.rb:369:in write_nonblock': Connection reset by peer (Errno::ECONNRESET) from /usr/local/rvm/gems/ruby-1.9.3-p448/gems/onstomp-1.0.7/lib/onstomp/connections/base.rb:369:inwrite_nonblock' from /usr/local/rvm/gems/ruby-1.9.3-p448/gems/onstomp-1.0.7/lib/onstomp/connections/base.rb:214:in io_process_write' from /usr/local/rvm/gems/ruby-1.9.3-p448/gems/onstomp-1.0.7/lib/onstomp/connections/base.rb:162:inio_process' from /usr/local/rvm/gems/ruby-1.9.3-p448/gems/onstomp-1.0.7/lib/onstomp/components/threaded_processor.rb:28:in `block in start'

iande commented 10 years ago

I'll need to know more details about what happened before I can help you out. Specifically:

The exception alone only tells me that the connection was reset, which can be the result of something else unrelated to the ACK (such as communication problems between the client and broker, etc.)