iande / onstomp

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

Prevent mutation of options hash sent to client #39

Closed iande closed 6 years ago

iande commented 6 years ago

This should address issue #37 by ensuring the client dups the incoming options hash before performing any potentially destructive operations on it (namely the use of delete to fetch the SSL settings.)

l8nite commented 6 years ago

Excellent 🥇