Unplanned
Last Updated: 16 Jul 2019 07:40 by ADMIN
James
Created on: 10 Jul 2019 23:52
Type: Bug Report
1
websocket inspector preview column does not show more than 65 characters

Repro steps:

1. Inspect a websocket connections traffic

2. Expand the preview column so that the message body should show more than 65 characters.

3. Observe that even though the column is wide enough to support more than 65 characters, only 65 characters are displayed.

1 comment
Eric
Posted on: 15 Jul 2019 18:03
Yes, this was an explicit design decision. The _GetPayloadPreview function trims the PayloadAsString() preview to 64 characters. This could be easily changed and probably ought to be a preference.