Friday, March 20, 2009

Lab 4

Cleaned up lab 4. I need to get the RawMessage vs no RawMessage question answered. Currently I have to read the messages using RawMessage but do I also need to send them as such? Is there a standard the class has decided on?

2 comments:

  1. Messages should be sent and received as RawMessage.

    ReplyDelete
  2. This helps because some libraries don't seem to have a notion of base64 encoding (e.g. ruby's right_aws)

    ReplyDelete