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

callbacks missing occasionally #235

Open
ErikMeinders opened this issue Mar 20, 2023 · 1 comment
Open

callbacks missing occasionally #235

ErikMeinders opened this issue Mar 20, 2023 · 1 comment

Comments

@ErikMeinders
Copy link

ErikMeinders commented Mar 20, 2023

I used this library to create a wireless device based on an ESP32 on the multicast network. This device is ping-able, transmits cyclic status information all the time and most of the time successfully triggers the callback functions. However, occasionally it doesn't respond to the mcast for a while (minutes) before functioning normal again. The device does not reboot in between and other features continue to function (ping, cyclic value updates). Other devices (e.g. my laptop) listening on the same wireless network / mcast address do see the package with the correct Group Address, so I assume the infrastructure is not the problem. Does this ring a bell, anyone?

@etrinh
Copy link
Contributor

etrinh commented Mar 20, 2023

Looks similar to my IGMP proxy issue
#155 (comment)

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