Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UndefinedConversionError when using simple ruby hash #5

Open
ksouthworth opened this issue Oct 13, 2016 · 1 comment
Open

UndefinedConversionError when using simple ruby hash #5

ksouthworth opened this issue Oct 13, 2016 · 1 comment

Comments

@ksouthworth
Copy link

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)
@kschiess
Copy link
Owner

kschiess commented Nov 4, 2016

Do you have sample code that illustrates the problem?

kschiess added a commit that referenced this issue Jul 26, 2018
UndefinedConversionError (issue #5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants