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
Describe the bug
When I'm trying to discover _webrtc._udp. protocols on my local network, the discovery finds all the devices, but loses them after 3500ms, and re-finds them right after. The problem is that I resolve them when they appear for the first time to get their IP.
When the service is lost and re-found, it is already resolved, but its attributes are scrambled with attributes from another service.
On this image, you can see that the service is found et resolved, with clearly different attributes. After the service is lost and re-found at the bottom of the screen, the attributes are mixed.
To Reproduce
Steps to reproduce the behavior:
It can be reproduced by cloning the example project : https://github.com/Skyost/Bonsoir/tree/master/packages/bonsoir
Broadcast 2 services with the same type and different attributes, and launch a discovery for that type.
Better debug logs while did on an android smartphone due to the debug console.
Expected behavior
I do not want to lose the services after 3500ms.
Smartphone :
Device: Oppo Find X3 Pro
OS: Android 14, API 33
The text was updated successfully, but these errors were encountered:
Describe the bug
When I'm trying to discover _webrtc._udp. protocols on my local network, the discovery finds all the devices, but loses them after 3500ms, and re-finds them right after. The problem is that I resolve them when they appear for the first time to get their IP.
When the service is lost and re-found, it is already resolved, but its attributes are scrambled with attributes from another service.
On this image, you can see that the service is found et resolved, with clearly different attributes. After the service is lost and re-found at the bottom of the screen, the attributes are mixed.
To Reproduce
Steps to reproduce the behavior:
It can be reproduced by cloning the example project : https://github.com/Skyost/Bonsoir/tree/master/packages/bonsoir
Broadcast 2 services with the same type and different attributes, and launch a discovery for that type.
Better debug logs while did on an android smartphone due to the debug console.
Expected behavior
I do not want to lose the services after 3500ms.
Smartphone :
The text was updated successfully, but these errors were encountered: