You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the documentation at readthedocs and the issue is not addressed there.
I have tested that the issue is present in current master branch (aka latest git).
I have searched the issue tracker for a similar issue.
If there is a stack dump, I have decoded it.
I have filled out all fields below.
Platform
Hardware: all
Core Version: 2.5.0
Development Env: all
Operating System: all
Settings in IDE
Module: all
Problem Description
After some discussion, @hreintke pulled out the wifi callback event list implementation into a proposed standalone implementation. That implementation needs to be tested, covered by tests, examples, and the wifi event system needs to be migrated to use it. Once that is done, other callback systems could potentially make use of it.
What is your idea on the way forward for this.
I would propose to first focus on functionality and later on the implementation details (list/vector/move).
There is a simple example included in the initial PR. I'll do some first tests on memory usage/leaks.
What other tests and examples are you thinking of ?
When these work OK, I'll make a start with wifi event migration.
Basic Infos
Platform
Settings in IDE
Problem Description
After some discussion, @hreintke pulled out the wifi callback event list implementation into a proposed standalone implementation. That implementation needs to be tested, covered by tests, examples, and the wifi event system needs to be migrated to use it. Once that is done, other callback systems could potentially make use of it.
Ref: #5710
The text was updated successfully, but these errors were encountered: