implement client-to-server read timeout PINGs

This commit is contained in:
jesopo 2020-04-26 15:07:05 +01:00
parent f33a0ad369
commit ba57d06a56
3 changed files with 22 additions and 1 deletions

View file

@ -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]: