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
ChannelRemoved
In Neo Consume, it looks like that receiving the MessageType.ChannelRemoved will just hang the client:
MessageType.ChannelRemoved
https://github.com/sociomantic-tsunami/dmqproto/blob/v14.1.x/src/dmqproto/client/request/internal/Consume.d#L631-L634
The text was updated successfully, but these errors were encountered:
Oof.
Sorry, something went wrong.
If possible, it'd be nice to add a test that Consumes a channel then removes it and checks that the Consume ends.
No branches or pull requests
In Neo Consume, it looks like that receiving the
MessageType.ChannelRemoved
will just hang the client:https://github.com/sociomantic-tsunami/dmqproto/blob/v14.1.x/src/dmqproto/client/request/internal/Consume.d#L631-L634
The text was updated successfully, but these errors were encountered: