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

Wrong mime type in publish() method #86

Open
DmitryDemidov80 opened this issue Mar 21, 2024 · 2 comments
Open

Wrong mime type in publish() method #86

DmitryDemidov80 opened this issue Mar 21, 2024 · 2 comments

Comments

@DmitryDemidov80
Copy link

Hi!
In QAmqpExchange::publish() method call publish() with myme type "text.plain" but i think should be "text/plain".

Thanks!

@WollZebra
Copy link
Collaborator

Hi Dmitry,

the internet says that you are right.
How did you find out? Does rabbitMq throws a warning somewhere?
It would be nice if you could test what happens if you change it to text/plain in a living environment.

Greetings!

@DmitryDemidov80
Copy link
Author

DmitryDemidov80 commented Mar 28, 2024

Hi!
This error found my friends several years ago.
As far as i remember there were no throws, no warnings from rabbitMq but some packets was corrupted.
In our project we changed to "text/plain" and it works OK.

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

2 participants