leostera / reactor

🚀 Native Actors for Reason and OCaml
70 stars 5 forks source link

Message as Strings #6

Closed leostera closed 5 years ago

leostera commented 5 years ago

For the time being, and to unlock more feature building, I'm typing all messages as string.

This means it's up to actors to do encoding/decoding of whatever invariants they require into it.

This is subject to change, as I'm looking into more idiomatic ways of handling this.