Apologies if this isn't an appropriate place to post this, but I had some
trouble building "guile-gi" ...
I downloaded it from github today:
git clone --depth=1 https://github.com/spk121/guile-gi.git
How I started the process:
cd guile-gi
./bootstrap
./configure
... lots of configure-y stuff ...
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