Closed Meekdai closed 4 years ago
Hi @Meekdai and thank you for your feedback.
It's right, fileno()
function doesn't exists on some micropython versions.
I've fixed this problem in XAsyncSockets lib by replacing socket.fileno()
by id(socket)
.
Could you update your MicroWebSrv2 repository and try it?
Thank you again 👍
Thanks @jczic, now i can use MicroWebSrv2 on my pyboard.
I found that socket has no attribute fileno when using MicroWebSrv2 on pyboard.