Message.time is null

The time value of the messages is always null. Now the main reason this seems to be that the part for handling it is not finished in Message.as:

public function set time( theTime:Date ): void

{

}

The value for myTimeStampNode is never set.

Shouldn’t the server take care of filling the time information and hopefully implemeted to Message class?

I immagine that the simple fix would be by adding the check for the time in deserialize function…

Actually it’s just that the name is a little misleading. That information is from the delayed message info, so will only apply to messages that were sent offline or are from the chat history of a room.