Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

Add timestamp to websocketmessage

The websocket messages does not have any kind of incoming timestamp.

It would be good to have that for multiple reasons (performance measurement, order of messages etc)

  • Guest
  • Feb 3 2017
  • Under review
  • Attach files
  • Eric Lawrence commented
    February 04, 2017 18:28

    It is what it is.

  • Guest commented
    February 04, 2017 08:59

    It should be 'timings' , not timers. Timers give wrong association.

  • Eric Lawrence commented
    February 03, 2017 21:27

    Each WebSocketMessage has a Timers object; learn more here.

    That said, there was a request to enable adding these as columns in the WebSocket Inspector for ease of reading; that seems like a fine idea.

    Messages are presently ordered by ID; I believe that means that as the ID increases dtDoneRead will also be increasingly later.