actors: Fix resuming continuation when waiting on message.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 25 Apr 2016 17:51:09 +0000 (12:51 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 25 Apr 2016 17:51:09 +0000 (12:51 -0500)
Pattern matching was wrong.  Also added an error check.

* 8sync/systems/actors.scm (hive-process-message): Fix pattern match.
  Add error check that we're resuming to the correct actor.


No differences found