Closed anastasiatimit closed 5 months ago
Hi @anastasiatimit, what version of Janet are you trying to run? Does trying the latest master fix the problem? There was a bug involving epoll that would sometimes miss connections that is only fixed on the latest master
@bakpakin, yes, I tried master, but same issue persists
In that case we need a repro for the bug. Not enough to go off of here yet.
Possibly related might be this issue filed at the spork repository.
@anastasiatimit Please check the latest master and see if this fixes your problem
@bakpakin yes, such a great catch, can't reproduce the issue anymore, thank you!
@anastasiatimit Great to hear things are working!
May be the issue can be closed?
Can't upgrade janet version due to stream or event error, not sure, no error is thrown, just app can't finish loading files. The app is built on alpine linux.
After some testing, noticed that this is the first commit that made the application unresponsive, I think src/core/ev.c change started to change the behaviour, as building next commit and replacing this file from the working commit solved the issue in next commit.
Do you have any suggestion please what to do?
Thank you