Thomas,
At version 3.7 of the javascript api, the message event changed. The event now receives an array of raw features instead of a Graphic. This was done to allow a developer to intercept a message from the websocket connection before the message got converted to a graphic and added to the map. To get the Graphic that was added to the map, a developer should handle the graphic-add event on the layer.
I've attached the updated sample; the change is on line 164. The updated sample will be included with the next documentation updates.
--James Cardona