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

[BUG] Arduino crash with Serial Network communication #440

Closed
nicolas-rabault opened this issue Jul 17, 2023 · 0 comments · Fixed by #435
Closed

[BUG] Arduino crash with Serial Network communication #440

nicolas-rabault opened this issue Jul 17, 2023 · 0 comments · Fixed by #435
Assignees
Milestone

Comments

@nicolas-rabault
Copy link
Member

Which version the bug has been detected on

Luos engine 3.0.0

Description of the bug

By running simple Gate <=> service configuration using Serial network on Arduino, I experienced some communication failures

Context and environment

Arduino hosting a led or a button service
A native Gate websocket using Serial Network

How to reproduce the bug

Follow the context and environment described above and try to use pyluos to get the routing table.
The detection will fail.

Possible solution

I started to debug this and I see that the first Gate detections seems to be OK. But when Pyluos perform another one, Serial seems to break. Serial object may be created another time at detection resulting in a Serial failure situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant