Closed alex-oleshkevich closed 2 years ago
Change Backend.write signature to async def write(self, session_id: str, data: typing.Dict) -> str, session_id to be required
Backend.write
async def write(self, session_id: str, data: typing.Dict) -> str
session_id
Change
Backend.write
signature toasync def write(self, session_id: str, data: typing.Dict) -> str
,session_id
to be required