We observed an issue with two rpi5 VPN nodes having stored wrong values in their EEPROM (e.g. WALT_VPN_MAC=OK instead of a real mac address). The issue is very probably due to an unusual race condition in the code of walt-server-httpd, or in its dependencies.
This code currently relies on gevent to handle concurrency. We might consider porting it to the more popular asyncio framework provided by the standard library.
We observed an issue with two rpi5 VPN nodes having stored wrong values in their EEPROM (e.g.
WALT_VPN_MAC=OKinstead of a real mac address). The issue is very probably due to an unusual race condition in the code ofwalt-server-httpd, or in its dependencies.This code currently relies on gevent to handle concurrency. We might consider porting it to the more popular asyncio framework provided by the standard library.