Skip to content

Commit

Permalink
Remove forced mDNS
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Dec 12, 2024
1 parent f33f5d0 commit 8f54a64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/rpc/dial.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ Future<ClientChannelBase> dial(String address, DialOptions? options, String Func
}
mdnsSW.stop();
_logger.d('STATS: mDNS discovery took ${mdnsSW.elapsed}');
throw Error();
}

bool disableWebRtc = opts.webRtcOptions?.disable ?? false;
Expand Down

0 comments on commit 8f54a64

Please sign in to comment.