OoMrFlibble / oolite-debug-console-flibble-mad-alpha

0 stars 1 forks source link

MacOs no data consumed from network connection #11

Open OoMrFlibble opened 2 weeks ago

OoMrFlibble commented 2 weeks ago

see title.

OoMrFlibble commented 2 weeks ago

The networking issue persists. ACKs are sent. The Recv-Q fills. Twisted is half there, but not seeing/reading input.

OoMrFlibble commented 1 week ago

Differs from Linux version in this way. connectionMade in OoliteDebugCLIProtocol.py gets called. connectionMade in ooliteConsoleServer/OoliteDebugConsoleProtocol.py does not.

OoMrFlibble commented 1 week ago

Installed python 3.12.4 via pyenv on Linux, made a virtualenv and pip installed twisted and click. Works fine. So, probably not a python version bug.

OoMrFlibble commented 1 week ago

It's working on the v2 and pySimpleConsole.