Melloware
Melloware
@YellowLime77 can you add Fix #69 too so it links this PR to that ticket as well.
i will investigate
I published 5.2.0 can you try again? there was definitely a bug with scrollToLine but not sure if it fixes your exact issue.
No its still happening: https://stackblitz.com/edit/vitejs-vite-zsocn6?file=src%2FApp.tsx&terminal=dev
OK 5.2.1 is out and I fixed it. It had some legacy `forceUpdate` code from the old library that was breaking it.
OK fixed for real in 5.2.2
PR's are welcome @timzaak. I forked this library because it had gone dead and had a bunch of bugs.
It looks like MQTT supports websocket? https://www.hivemq.com/blog/mqtt-essentials-special-mqtt-over-websockets/
@timzaak are you interested in creating a PR for this feature?
@timzaak see the PR what about using EventSource instead of WebSockets?