Re: 8sync error in procedure select

2021-05-04 Thread Christopher Lemmer Webber
Hi! Hm... it might make sense to try switching to the "fibers" branch of 8sync and see if that does better? I guess I haven't worked on 8sync in some time, but really, the intention was to switch it over to being on top of Fibers... Andy knew more about building an event loop than I did ;P Alex

8sync error in procedure select

2021-05-03 Thread Alexey Abramov
Hi, I am trying to test an actor I wrote with 8sync. I created a probe actor which sends messages to the main one. A problem I am having is that when I want to send a *cleanup* to the main (server) actor from the probe, I am getting the following backtrace: --8<---cut here