SebastianD

Results 11 comments of SebastianD

Hi @kerimdragolj ,sorry for the late reply, missed the messages. For the first question: is it possible to do a mock example to play with? Also does the BE receive...

Hi @twgraham , this could be a good addition. I am not able to pick this up right now, but if you are able to do a PR, it would...

Hi @Piyush12011990 . Unfortunately you can't as this in an issue with WS api in general. See here: https://stackoverflow.com/questions/4361173/http-headers-in-websockets-client-api#:~:text=You%20cannot%20add%20headers%20but,key1%3Dvalue1%26key2%3Dvalue2%22)%3B For authentication it's recommended you use the startupmessage to send the...

Hi @captain-yossarian . Currently the lib is built for testing existing WebSocket connections. We have an internal tool that we use to mock our Web Sockets and are looking into...

@captain-yossarian We use a custom built server to serve mock payloads. Similar to how Wiremock does it, but with streaming data.

Hi @mrpicklez70 , we were quite busy with the latest release, which just went out. The task is on the list and will be picked up shortly hopefully if there...

Thanks to everyone for pushing this request forward. We have decided to include it in the upcoming sprint. There's a few features we are trying to iron out first, but...

Hi @mrpicklez70 , yes, we are working on it. We had to decouple a lot of our code from it. We have only a couple of items still in progress...

Hi @Cubo25 . Dev work is done for this, unfortunately there's some issues a bit outside of our control that need sorting before we get this in the public domain....

@Hydhen ,I have the same issue, but with other functions. My recommendation is to create a litegraph.d.ts typings file in your project and extend it there in the meantime, as...