Skip to content
New issue

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

why reusePort? #4

Open
yangsk94 opened this issue Sep 21, 2020 · 4 comments
Open

why reusePort? #4

yangsk94 opened this issue Sep 21, 2020 · 4 comments

Comments

@yangsk94
Copy link

E/Dart ( 1417): Dart Socket ERROR: ../../third_party/dart/runtime/bin/socket_android.cc:147: reusePort not supported for Android.
I/chatty ( 1417): uid=10130(com.orange.lion) 1.ui identical 1 line
I/flutter ( 1417): Sending from 0.0.0.0:1900
I/flutter ( 1417): Sending from 127.0.0.1:1900
I/flutter ( 1417): Sending from 192.168.50.12:1900

@fengwensheng
Copy link

@yangsk94
I'm doing DLNA cast for a video application too. Have you ever solved this problem? There's few solution(package/plugin) for flutter/dart now.

@succlz123
Copy link
Owner

I saw this bug was fixed in May. Is this still a problem? flutter/flutter#27346

@Shachindra
Copy link

I guess reusePort value = true is not supported for Android. (in ssdp_controller.dart line 72)
I was having same issues when using mDNS library and I found this (in flutter/issues#27346) to fix it.

Nevertheless I'll try checking it to see if it fixes the issue and hopefully make a PR.
Nice work @succlz123 on the library, I was just looking for this to integrate on my app.

@cavanlee
Copy link

The question is still ...

E/Dart ( 1417): Dart Socket ERROR: ../../third_party/dart/runtime/bin/socket_android.cc:147: reusePort not supported for Android.
I/chatty ( 1417): uid=10130(com.orange.lion) 1.ui identical 1 line
I/flutter ( 1417): Sending from 0.0.0.0:1900
I/flutter ( 1417): Sending from 127.0.0.1:1900
I/flutter ( 1417): Sending from 192.168.50.12:1900

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants