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
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