-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Can't consume messages #199
Comments
Sounds very unlikely to be a flutter-pi issue. If you have a minimal code sample that reproduces the issue, which works on other devices but not on pi using flutter-pi I'd be happy to look at it, but generally speaking, this doesn't sound like a flutter-pi issue |
Thanks! To install the RMQ server: To start it: To stop it: You can try with the attached
void recvMsg() async {
} |
I store that Through ssh it also isn't printing any message on terminal. |
I'm running dart_amqp libs to enable RabbitMQ communication on my Flutter app.
I don't know for sure if the faulty side is on flutter-pi but when running on the main machine it works and Flutter consumes the Rabbit messages.
I just tried to validate the app on my RPI and turns out the screen doesn't update according to the messages that are being sent, meaning it isn't consuming the messages.
Internally on RPI, I can send and receive the messages, so maybe it is some issue from flutter-pi?
Version: 2.2.3 on both ends
The text was updated successfully, but these errors were encountered: