tplux 09/10/2025 05:41 AMHi guys
I am experiencing an issue with the Bucket class. Usually it works fine, but in one case trying to access the bucket will hang the task accessing it. This happens when our device has lost its WiFi connection. It doesn't matter if I try to access a global Bucket object, a member of a class, or a local object.
My next move is to make a centralized class that handles a Bucket object and thus hopefully minimize the Bucket activity.
Can you see what can make the task hang like that?