Mswwww
Mswwww
I got same error. my useage: ``` async def subscribe_orderbook(self): async def _subscribe_orderbook(): while not self._shutdown: try: ticker = await self.exchange.watch_ticker(self.symbol) self.ask_price = ticker['ask'] self.bid_price = ticker['bid'] # logger.info(f'ticker=> {self.symbol},...
Is there an api for actively reopening the connection when “ConnectionResetError: Cannot write to closing transport” is caught?