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

added support for 'U' and 'u' to codec #620

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

luukwullink
Copy link

I had trouble decoding a number (unsigned 16 bit integer) created by a python client (https://github.com/pika/pika) and consumed by this client. I found out that there is no implementation for 'u'.

Let me know if i am missing something, i am not so familiar with nodejs and doing pullrequests ;).

@voicenter
Copy link

Hi ...
there are more types besides just the U that are missing ...
please review https://github.com/squaremo/amqp.node/pull/646 that add all of the missing types,
many thanks for this amazing project
Shlomi Gutman
Voicenter CTO

@kibertoad
Copy link
Collaborator

kibertoad commented Jun 25, 2023

@cressie176 Do you think we should merge this? See #646 on same topic, except in this case it's clear how unsupported data was created.

@cressie176
Copy link
Collaborator

@cressie176 Do you think we should merge this? See #646 on same topic, except in this case it's clear how unsupported data was created.

Sorry, didn't properly understand this before. Yes, I think so - if amqplib clients are going to have to consume stuff published by other libraries with different type keys

@ebrinette ebrinette mentioned this pull request Jul 8, 2024
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

Successfully merging this pull request may close these issues.

4 participants