-
Notifications
You must be signed in to change notification settings - Fork 18
Filter frames #54
Comments
@esphen What do you think? Honza |
Yeah, it's been annoying me at work too. We send I think in some circumstances it would be useful to see the ping frames, i.e. when you're implementing the ping functionality. So we could say that the user can enable the ping frames with a pref in the addons panel. What do ping frames in the different protocols look like? What should we hide? At work we use simple frames that say Are these 1B frames socket.io ping frames? What about Sock.JS and WAMP? Do you know any conventions for pinging? I can have a look at some way to implement this when I get time. This weekend maybe. |
Definitely. I wasn't thinking about hiding these frames entirely, but rather provide a UI that allows the user to do that if wanted.
Of course, there can be many 'ping' messages, protocol based or custom like you have... It's currently possible to filter frames using search box in the toolbar. Fox example, if you type I don't know about the syntax, but e.g. We might want to remember the filter in the UI (directly in the search box or in a recent filter list?) so, it's simple to set it again the next time. Honza |
Netmonitor uses something like this. They have a
Yes, they got a brief introduction here. They use
I think Speaking of which, should the user be allowed to enter several of these filters? How do we handle that? One suggestion is to use commas to separate expressions, i.e.
Sure, we can do this with simple storage or similar. What is more interesting is how we would display them in the GUI. I was reminded of your suggestion in a different issue earlier to make a box like in the debugger panel. We could do something like that? I drew a sketch of the idea. Please excuse the SUPER rough draft; I'm not a graphical designer 😄 |
Would be just nice to have an option in the settings for hiding ping-pong requests |
I like the idea
Also agree
Commas sounds good to me. I also like the screenshot (with popup box). We can do it in a second step (also such UI could be reused in the Net panel). Honza |
Another feedback I've got says that it would be useful to filter the frame list and display only those that represents actual user messages. This would make easier to follow e.g. Socket IO traffic, which is constantly sending ping/pong frames.
Honza
The text was updated successfully, but these errors were encountered: