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

Pure::AMF3Serializer requires 'stringio' #3

Closed
ZeroStride opened this issue Oct 20, 2010 · 2 comments
Closed

Pure::AMF3Serializer requires 'stringio' #3

ZeroStride opened this issue Oct 20, 2010 · 2 comments

Comments

@ZeroStride
Copy link

Without native extension, running simple example in README will fail with error: lib/rocketamf/pure/serializer.rb:164:in 'serialize': uninitialized constant RocketAMF::Pure::AMF3Serializer::StringIO (NameError)

This can be fixed by doing: require 'stringio' in the host application, but should probably be added to files which need it.

@warhammerkid
Copy link
Owner

I just pushed up a fix to git.

@ZeroStride
Copy link
Author

Cool. Thanks!

This issue was closed.
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