implement client-to-server read timeout PINGs
This commit is contained in:
parent
f33a0ad369
commit
ba57d06a56
3 changed files with 22 additions and 1 deletions
|
@ -76,6 +76,7 @@ class IServer(Server):
|
|||
disconnected: bool
|
||||
params: ConnectionParams
|
||||
desired_caps: Set[ICapability]
|
||||
last_read: float
|
||||
|
||||
def send_raw(self, line: str, priority=SendPriority.DEFAULT
|
||||
) -> Awaitable[SentLine]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue