actors: Fix "unrewindable continuation" issue with error handling code.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 12 Dec 2016 18:44:53 +0000 (12:44 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 12 Dec 2016 18:44:53 +0000 (12:44 -0600)
commit078ed985c17714db5bf9e985728289ba40d313d5
tree388935ca7932617d5678a1c4483d908bd27ad3ea
parent1b2a167532eb917c5a6384fd0029aa4365ba0d48
actors: Fix "unrewindable continuation" issue with error handling code.

* 8sync/systems/actors.scm (hive-reply-with-error, hive-process-message):
  Move responding with error to outside of the catch statement.
  This was resulting in unrewindable continuation issues.
8sync/systems/actors.scm