This commit is contained in:
@@ -100,7 +100,7 @@ public abstract class ProtocolServer {
|
|||||||
} else if ("bio".equalsIgnoreCase(netimpl)) {
|
} else if ("bio".equalsIgnoreCase(netimpl)) {
|
||||||
return new UdpBioProtocolServer(context);
|
return new UdpBioProtocolServer(context);
|
||||||
}
|
}
|
||||||
} else {
|
} else if (netimpl == null || netimpl.isEmpty()) {
|
||||||
throw new RuntimeException("ProtocolServer not support protocol " + protocol);
|
throw new RuntimeException("ProtocolServer not support protocol " + protocol);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user