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
Hey, first things first: awesome job by creating this library!
I've used your CLI-Demo on windows successfully. But on android and iOS I don't get the DeviceDiscoveredEvent, the ESP device is configured successfully.
The receiver never receives data.
var result = await _listeningSocket.ReceiveAsync();
The local ip address of the android / iOS device is correct.
Any idea?
-- Eddy
The text was updated successfully, but these errors were encountered:
DevEddy
changed the title
Android | DeviceDiscoveredEvent is not called
Android | iOS | DeviceDiscoveredEvent is not called
Feb 21, 2022
I have the same problem. The DeviceDiscoveredEvent has not triggered anyway. It is worth mentioning that smartconfig works fine just the event is not activated.
Hey, first things first: awesome job by creating this library!
I've used your CLI-Demo on windows successfully. But on android and iOS I don't get the
DeviceDiscoveredEvent
, the ESP device is configured successfully.The receiver never receives data.
var result = await _listeningSocket.ReceiveAsync();
The local ip address of the android / iOS device is correct.
Any idea?
-- Eddy
The text was updated successfully, but these errors were encountered: