Closed binarykitchen closed 5 years ago
If it helps, objectMode is set to true and perMessageDeflate to false here
Reverted in v5.3.0.
@scarry1992 can you please send the PR again?
@mcollina, I remove my fork already. What going on?
It seems your changes are breaking @binarykitchen. Your code is still available on https://github.com/maxogden/websocket-stream/commit/76ec47a8e8e1ddc253a050923b66977ab24ac6b3.
ok then, I remake PR. But what case breaks my changes?
@mcollina, https://github.com/maxogden/websocket-stream/pull/149. Ok?
sorry guys, been busy. trying to give you more information here to reproduce:
yarn start
, all works finei've also opened console and can see a different sequence of events emitted
before (when it worked) it was
but after, with v5.2.0 it is
afraid cant tell more. but feel free to use this repo to reproduce the problem.
I am getting bunch of self is undefined
and state is undefined
using 5.30, work OK with 5.12. What I do is simply try to do mqtt.connect from mqttjs.
After upgrading to 5.3.0, the version number of the readable-stream
library used is 3.0, which makes mqtt not work properly. It seems that the process-nextick-args
is removed. Can it be solved as soon as possible?
By setting the webpack node environment variable is already ok
Should be fixed in 5.4.0
This with your latest v5.2.0 breaking my www.videomail.io app - had to revert back to 5.1.2
Afraid I can't exactly say what it is.