davidpicon7
Results
1
comments of
davidpicon7
I made a workarround to work in django, modifying the client.py (from ext-ipc library) (line 95): ``` # if not self.session: await self.init_sock() ``` and last 2 lines: ``` await...