[Vulnerability]feat(conn): set bootstrap server host (#9931)
This commit is contained in:
@@ -131,4 +131,4 @@ class BaseKVReceiver(ABC):
|
||||
|
||||
class BaseKVBootstrapServer(ABC):
|
||||
@abstractmethod
|
||||
def __init__(self, port: int): ...
|
||||
def __init__(self, host: str, port: int): ...
|
||||
|
||||
Reference in New Issue
Block a user