actors: Fix serialize-message to not use address->string
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 22 Apr 2016 15:46:58 +0000 (10:46 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 25 Apr 2016 14:25:37 +0000 (09:25 -0500)
If we use address->string, read/write are no longer symmetric.

* 8sync/systems/actors.scm (serialize-message): Switch address
  serialization to not use address->string.


No differences found