Vitali Falileev
Vitali Falileev
This MR provides control over disconnected socket situation: by default `readline` from disconnected socket returns empty string, and NATS subscriber falls in endless loop with eating 100% CPU resource.
it would be nice to have a configuration setting to specify where project's tachyons.css stored exactly.
Should fix following mypy and pyright error: ``` src/main.py:7: error: Too few arguments [call-arg] src/main.py:7: note: "not_in" is considered instance variable, to make it class variable use ClassVar[...] src/main.py:7: error:...