-
Notifications
You must be signed in to change notification settings - Fork 18
Some messages not picked up #33
Comments
Thanks for the report, I'll investigate it. Jan (aka Honza) |
@bakulf: I've been trying the STR and it really looks like some WS messages are missing? Honza |
I'm trying to debug MQTT over WebSockets but only some initial handshake is visible: one binary frame sent, one binary frame received, although there's a constant flow of messages. Here's my test page: http://dev.hsl.fi/mqtt/browser/ |
Here is a test build with patch included, does it help? Honza |
@janodvarko I don't see any change (Firefox 45.0 on Ubuntu) :-( |
@tuukka: ah, sorry, I forgot to include the patch in the build, here is a new version: Honza |
@janodvarko Thanks, that did the trick! |
I also compared the output to the websocket frame view in Chromium, and they match. |
Thanks for the verification! |
Hi Jan. Nice work with this extension, keep up the good work!
It seems websocket-monitor has issues with some messages. My company produces many pages that stream market data, and the first thing the client does after getting upgraded to WS is send a subscribe string with the data that component would like to receive. In my tests, this client does not pick up these subscribe strings at all.
Steps to reproduce
In Chrome, the strings show in green as
subscribe?...
. In websocket-monotor, they do not show, only the later response from server to this subscribe string shows up.WS-monitor 0.4.1 Firefox 45.0a1 (2015-11-20) Fedora Linux
The text was updated successfully, but these errors were encountered: