File tree Expand file tree Collapse file tree
Basis Server/BasisNetworkCore
Basis/Packages/com.basis.server/BasisNetworkCore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ public void Query()
8383 try
8484 {
8585 discovery ? . QueryServiceInstances ( ServiceName ) ;
86+ // Some access points suppress multicast toward Wi-Fi clients. A QU query still
87+ // reaches responders through multicast but asks them to return the answer unicast.
88+ discovery ? . QueryUnicastServiceInstances ( ServiceName ) ;
8689 }
8790 catch ( ObjectDisposedException )
8891 {
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ public void Query()
8383 try
8484 {
8585 discovery ? . QueryServiceInstances ( ServiceName ) ;
86+ // Some access points suppress multicast toward Wi-Fi clients. A QU query still
87+ // reaches responders through multicast but asks them to return the answer unicast.
88+ discovery ? . QueryUnicastServiceInstances ( ServiceName ) ;
8689 }
8790 catch ( ObjectDisposedException )
8891 {
You can’t perform that action at this time.
0 commit comments