Search found 5 matches

by sebion
Tue Jan 21, 2020 1:22 pm
Forum: Programs, Libraries and Tools
Topic: uasyncio - queue overflow !
Replies: 3
Views: 2348

Re: uasyncio - queue overflow !

Hi all,

Thank you very much for your help.
I'll try both of your suggestions.

As I'm not familiar to the "Logging" Library, once DEBUG is set up in the uasyncio, how dose it work?
Where will I be able to get back all the debug information ?

Thank you once again for your help.

Sebion
by sebion
Mon Jan 20, 2020 9:02 pm
Forum: Programs, Libraries and Tools
Topic: uasyncio - queue overflow !
Replies: 3
Views: 2348

uasyncio - queue overflow !

Hi all, I'm getting crazy and without any ideas left to solve my problem. I've got async tasks based program and after a while it stops raising a "queue overflow" error. I would like to know how I can debug this fu..... program, and I'd like to know if there is a way of listing all the running and w...
by sebion
Wed Nov 13, 2019 9:34 pm
Forum: Programs, Libraries and Tools
Topic: Show all opened sockets
Replies: 6
Views: 3639

Re: Show all opened sockets

Hi Peter, Since your last reply, I passed a long time trying to get the root cause of my problem. I had a look of the amount of free memory, which was not the problem, and I succeeded in catching the error which causes my program to stop. I let you guess ... queue overflow ! And now the question is,...
by sebion
Thu Oct 17, 2019 7:52 pm
Forum: Programs, Libraries and Tools
Topic: Show all opened sockets
Replies: 6
Views: 3639

Re: Show all opened sockets

Hi, To be honest, I use your own MQTT robust library that I compiled in my own firmware, and I would like to thank you for this work. I added some asynchronous routines. I can see that periodically the ESP8266 reconnects to the Wifi and the MQTT broker, until it stops after some days. Once stopped, ...
by sebion
Thu Oct 17, 2019 1:12 pm
Forum: Programs, Libraries and Tools
Topic: Show all opened sockets
Replies: 6
Views: 3639

Show all opened sockets

Hi all, In one of my IOT applicationq, I'm facing the following problem. In the program, I've got an endless loop (kind of "While True:") which stops after several days without any warning signs. Asynchronously with this main loop, I've got a routine which aims to maintain an active wifi connexion. ...