[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Avoid spin loop in socket_read() when debu
From: |
felix . winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH] Avoid spin loop in socket_read() when debug client disconnects |
Date: |
Thu, 14 Mar 2019 10:40:24 +0100 |
> Hi all,
>
> Here's a tiny patch that makes the debug server end the program when a
> client disconnects unexpectedly, i.e. without first sending a terminate
> signal. Currently, the program will instead go into an infinite loop and
> burn 100% of a CPU until it's killed.
>
Pushed. Thanks, Evan.
felix