We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
After upgrading to null safety, startDiscovery('_googlecast._tcp') fails on my Android device with the following error:
startDiscovery('_googlecast._tcp')
E/ContentValues(30224): Discovery failed to start on _googlecast._tcp with error : 4
Going to NdsManager docs, I see that error code corresponds to FAILURE_MAX_LIMIT https://developer.android.com/reference/android/net/nsd/NsdManager#FAILURE_MAX_LIMIT
NdsManager
FAILURE_MAX_LIMIT
Anybody with the same problem? Any solution or additional data you'd need?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
After upgrading to null safety,
startDiscovery('_googlecast._tcp')
fails on my Android device with the following error:Going to
NdsManager
docs, I see that error code corresponds toFAILURE_MAX_LIMIT
https://developer.android.com/reference/android/net/nsd/NsdManager#FAILURE_MAX_LIMITAnybody with the same problem? Any solution or additional data you'd need?
The text was updated successfully, but these errors were encountered: