wifiNotifier icon indicating copy to clipboard operation
wifiNotifier copied to clipboard

A golang library for detect when wifi changed(connected or disconnected or ssid changed)

Results 1 wifiNotifier issues
Sort by recently updated
recently updated
newest added

This code seems to have a memory leak **on Darwin (MacOS)**. With every call of `wifiNotifier.GetCurrentSSID()` memory usage goes up significantly. Same for every detected SSID change when using `SetWifiNotifier()`.

bug