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

[Feature Request] Support events as in the node amqplib #1

Open
AndLut opened this issue Jan 27, 2025 · 0 comments
Open

[Feature Request] Support events as in the node amqplib #1

AndLut opened this issue Jan 27, 2025 · 0 comments

Comments

@AndLut
Copy link

AndLut commented Jan 27, 2025

Hello!

Thank you for your great work!
I was just browsing through the node amqplib source code and stumbled across the following:
https://github.com/amqp-node/amqplib/blob/main/lib/connection.js#L592

It seems, that in here, depending on the id of a received frame, different connection states can be assumed, especially also if the connection is blocked/unblocked. Would it be possible to also integrate this into your project? I think the best place would probably be at https://github.com/lenkan/deno-amqp/blob/master/src/amqp_multiplexer.ts#L147, but I'm not totally sure about this.

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

1 participant