TheRealDJ

Results 4 issues of TheRealDJ

**WebSockets Library Version:** 2.3.5 **ESP32 Arduino Release:** 2.0.0 ### Compiler Output: ``` In file included from /root/Arduino/libraries/WebSockets/src/WebSockets.cpp:45:0: /root/.arduino15/packages/esp32/hardware/esp32/2.0.0/tools/sdk/esp32/include/mbedtls/port/include/esp32/sha.h:20:2: warning: #warning esp32/sha.h is deprecated, please use sha_parallel_engine.h instead [-Wcpp] #warning esp32/sha.h...

# Context * Version of iperf3: 3.11 * Hardware: ODROID-C2 * Operating system (and distribution, if any): Linux (Ubuntu 20.04 LTS) * Other relevant information (for example, non-default compilers, libraries,...

# Context * Version of iperf3: 3.12 * Hardware: KVM * Operating system (and distribution, if any): CentOS * Other relevant information (for example, non-default compilers, libraries, cross-compiling, etc.): ./configure...

In the `EnableNotifications` functions, there is no check to see if the callback passed is already on the list. For example, if you do: ``` c.EnableNotifications(notification_callback) c.EnableNotifications(notification_callback) ``` the `notification_callback`...