Yes, @obj is aware of it.
When mlat-client code was written, python used asyncore
. This continued up to python3.11, but in python3.12, asyncore
has been replaced by asyncio
. This change requires major overhaul of source code of mlat-client to make it compatible to python3.12