We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When an object gets into the msgpack encoder library, it throws an exception that is currently unhandled, leading to a fatal error.
2017-08-09T15:29:45.446Z [ERROR] [SDK] Callback error: Language error (shutdown) (1) Uncaught MessagePack\Exception\PackingFailedException: Unsupported type. in /vagrant/origami/middleware-collector/vendor/rybakit/msgpack/src/Packer.php:141
Catch and handle the exception.
The text was updated successfully, but these errors were encountered:
Catch msgpack Packing Exceptions kusanagi#54
844c409
fcastilloes
No branches or pull requests
When an object gets into the msgpack encoder library, it throws an exception that is currently unhandled, leading to a fatal error.
Catch and handle the exception.
The text was updated successfully, but these errors were encountered: