cod icon indicating copy to clipboard operation
cod copied to clipboard

UndefinedConversionError when using simple ruby hash

Open ksouthworth opened this issue 8 years ago • 1 comments

I'm getting the following error when using channel.put and channel.get to pass simple Ruby Hash objects around (1 level of nesting in the hash).

It works for a little while, but as the communication ramps up (4 child processes) I start getting this error consistently.

/.rvm/gems/ruby-2.3.1/gems/cod-0.6.0/lib/cod/iopair.rb:19:in `write': "\xCF" from ASCII-8BIT to UTF-8 (Encoding::UndefinedConversionError)

ksouthworth avatar Oct 13 '16 20:10 ksouthworth

Do you have sample code that illustrates the problem?

kschiess avatar Nov 04 '16 13:11 kschiess