iande / onstomp

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

Stop checking encoding names #40

Closed casperisfine closed 2 years ago

casperisfine commented 2 years ago

Comparing the names is much less efficient than comparing the instance directly.

It may also change in the future: https://bugs.ruby-lang.org/issues/18576

iande commented 2 years ago

Thanks for updating the test.