-
Notifications
You must be signed in to change notification settings - Fork 7
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
Message in log: protocol_header_corrupt #1
Comments
Hello Kai, I thought about adding support for the older version too, it's not that different, but as I only needed the current version, I've worked only on that. I tried it also with LDC2 (0.15.1 on LLVM 3.6.2 Gentoo Linux) and got Range violation too, but after connection accepted. I'll look into it. Works fine with dmd-2.068.0 |
Narrowed it to LibasyncManualEvent (https://github.com/rejectedsoftware/vibe.d/blob/6c4114b2fdbfcc4a435392bd80eced507bfff865/source/vibe/core/drivers/libasync.d#L748) There is some problem with Task.send within the same fiber. |
Hi Tomáš, |
I also tried the |
I installed rabbitmq 3.2.4 and enabled the mqtt plugin. Then I clone this repository and run
dub -v --compiler=ldc2
insideexamples/publisher
. Running the application displays a range violation and I find the messageprotocol_header_corrupt
in the log file. Any hint?The text was updated successfully, but these errors were encountered: