when i use client connected , then i close socket server ,
await sio.wait() -> await self.eio.wait() -> async def _read_loop_websocket(self): -> pkt = packet.Packet(encoded_packet=p)
will raise Exception
'int' object has no attribute 'encode'
will break the logic of reconnect
when i use client connected , then i close socket server ,
await sio.wait() -> await self.eio.wait() -> async def _read_loop_websocket(self): -> pkt = packet.Packet(encoded_packet=p)
will raise Exception
'int' object has no attribute 'encode'
will break the logic of reconnect