Skip to content

Commit

Permalink
Merge pull request #86 from osociety/reuse-port-fix-android
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot authored Mar 3, 2023
2 parents 8f4d42b + 2ef0ff6 commit a98b360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network_tools/lib/src/mdns_scanner/mdns_scanner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MdnsScanner {
return RawDatagramSocket.bind(
host,
port,
reusePort: !Platform.isWindows,
reusePort: !Platform.isWindows && !Platform.isAndroid,
ttl: ttl!,
);
},
Expand Down

0 comments on commit a98b360

Please sign in to comment.