iande / onstomp

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

Thread.exclusive is deprecated, use Thread::Mutex #34

Closed l8nite closed 6 years ago

l8nite commented 6 years ago

Got this on Ruby 2.4.1:

/ruby/2.4.0/gems/onstomp-1.0.10/lib/onstomp.rb:121:in `next_serial'
/ruby/2.4.0/gems/onstomp-1.0.10/lib/onstomp/connections/stomp_1_1.rb:39:in `subscribe_frame'
/ruby/2.4.0/gems/onstomp-1.0.10/lib/onstomp/interfaces/frame_methods.rb:122:in `subscribe'