Re: Android question: how to connect to swank, running on android?

2017-09-29 Thread Daniel Kochmański
Hello, Thanks for the report. Regarding bad news, can your confirm that this still happening with ecl from development branch? Best regards, Daniel On 24.09.2017 16:04, PR wrote: 2017-09-03 1:22 GMT+02:00, PR : ... Hi again, so let's disentangle some confusion (partially created by me, so

Re: Android question: how to connect to swank, running on android?

2017-09-29 Thread Daniel Kochmański
Hm, I was able to reproduce it after all. It seems, that condition wait on ECL is prone to race conditions. I've written alternative implementation using mailboxes, could you check with slime taken from https://github.com/dkochmanski/slime ? It seems to work for me, but before I make another p