Atem Serem
Atem Serem
@Kiessar Ok I see what you mean. So maybe it's linked to https://github.com/aaugustin/websockets/issues/84 . I will try to add await asyncio.sleep(0) after websocket.send(...) and see if it will help.
@Kiessar A new release is up with the sleep after the send. Can you please test it and tell me ? Thanks a lot in advance.
@Kiessar It seems another error this time. Unless I am wrong, it went into an infinite loop. Let me check again my logic and see if I can find the...
@Kiessar quick question, can I have a snippet of your code that raise the issue ? Thanks a lot in advance.
@Kiessar Thanks I will have a look. Also there is still the issue that at some point, the memory usage is increasing but now that I have proper monitoring I...
@Kiessar Yes, I also have the issue with the example in my README.md But yes, if you can test/monitor on your side, it would be great !
@Kiessar Well, for now it's a dumb cli, you call it like a bash script and nothing is well formatted. It would be great to have a proper cli with...
@jonnymaserati With a blank virtualenv installed with "python3 -m venv kraky", I have the following installed: ``` kraky ❯ pip freeze anyio==3.5.0 certifi==2021.10.8 charset-normalizer==2.0.11 click==8.0.3 distlib==0.3.4 filelock==3.4.2 h11==0.12.0 httpcore==0.14.6 httpx==0.21.3...
Maybe, I don't know what it is exactly. Can you use poetry ?
I am interested also