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

Catch msgpack Packing Exceptions #54

Closed
fcastilloes opened this issue Aug 9, 2017 · 0 comments
Closed

Catch msgpack Packing Exceptions #54

fcastilloes opened this issue Aug 9, 2017 · 0 comments

Comments

@fcastilloes
Copy link
Contributor

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.

@fcastilloes fcastilloes added this to the 1.1 milestone Aug 9, 2017
@fcastilloes fcastilloes self-assigned this Aug 9, 2017
fcastilloes added a commit to fcastilloes/katana-sdk-php7 that referenced this issue Aug 31, 2017
@fcastilloes fcastilloes modified the milestones: 1.2, 1.1 Sep 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant