This might be too offtopic for the intention of this forum, but I'll shoot anyway.
I've read that the new network implementation is completely non blocking using actors and sockets (if I didn't misunderstand that is..) So how do you deal with deserialization of the protobuf messages? Are they lengthprefixed ? (didn't see anything in the code that hints this is the case). do you async read blocks from the network and once you have more data than the next message lengt prefix dictates, you deserialize the message? Any pointers where to look? //Roger -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
