From: Luke Lau Date: Thu, 14 May 2020 20:18:13 +0000 (+0100) Subject: Fix listener thread listening after the server process was stopped X-Git-Tag: 0.11.0.0~1 X-Git-Url: https://git.lukelau.me/?a=commitdiff_plain;h=133940df94b1e8745598699a492e5c9534644d75;hp=133940df94b1e8745598699a492e5c9534644d75;p=lsp-test.git Fix listener thread listening after the server process was stopped Therefore fixes hGetLine: illegal operation (handle is closed) exceptions, because the handles were being closed whilst the listener thread was still reading from them. Fixes #66 ---