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

Option to send/receive binary data #17

Open
ancarda opened this issue Aug 26, 2022 · 0 comments
Open

Option to send/receive binary data #17

ancarda opened this issue Aug 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ancarda
Copy link

ancarda commented Aug 26, 2022

This package currently uses JSON, but I would really like to be able to send and receive raw binary data through this, specifically I'd like to be able to send Google\Cloud\PubSub\Message and have that along with attributes be received by other, possibly non-PHP, clients that are listening to PubSub.

I've been using a modified version of this package that (now) includes a decode_json flag in the config to disable calling json_encode and json_decode. Is there interest in me submitting these changes so they can live upstream? I'm more than happy to put in the work so these changes can be merged.

If the answer is no, please let me know so I can publish the code separately.

@pulzarraider pulzarraider added the enhancement New feature or request label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants