Hi, all. I'm writing a JRuby gem that wraps a Java library that does some networking stuff. When I run rspec, after the tests all pass and I get the success output, I see the exception output I pasted into
https://gist.github.com/keithrbennett/5570290.
Anyone know what's up with this?
Also, it says "RubyThread-14". I'm only running in 1 thread. The Java library may be creating additional threads -- would they be named "RubyThread"?
Thanks,
Keith