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)
commit148aae4afbbbfa1a0845746294acb1385deda9b6
treeb43be650f9717c6c50948e623e6c1e69d7066f5a
parent674056fde0ebfc4454485a8776ecb9efd9c3af8f
actors: Fix resuming continuation when waiting on message.

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.
8sync/systems/actors.scm