Bug 1555625 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Implementing WebSocketReducer should be part of this bug too.

There will also be new actions.

Actions to getFrame and add payload:
* WS_ADD_FRAME - this would be fired from DataProvider when a new frame (sent or received) is received from the backend
* WS_ADD_FRAME_PAYLOAD - this would be fired from WebSocketPanel when the user selects a frame in order to preview it’s payload. At this moment the LongStringActor (representing the payload) will be resolved and the action fired.

Honza

Back to Bug 1555625 Comment 2