Hi,
> I started nimsuggest like nimsuggest --address=localhost --port=6000 > /home/user/projects/$projects/main.nim. I used a simple tcp socket from net > but after sending sug $file:$line:$column I'm not getting any response: both > hasDataBuffered() and readLine()`(with a timeout) fail. It works with `echo > 'sug $file:$line:$column' | nimsuggest --stdin but it's too slow.
