PhilippKolmann
PhilippKolmann
@mholt or @jtackaberry I am currently looking for a way to get this exact info to create a HAproxy like info page [1] about the upstream health for my l4...
Hi @GrahamCampbell which kind of activity were you looking for? I am still available if any changes are needed. What are you missing to be able to merge?
If needed we can try to dive deeper, hope this helps... We call this via: ``` logger.debug { "Sending call info to LiveKit: $data" } roomService.sendData(id.toString(), data.encodeToByteArray(), LivekitModels.DataPacket.Kind.RELIABLE) .await() ```...
Thanks for your understanding. I have taken over from my collegue and I have not so much knowledge on livekit so far.... Here are the logs: ``` 06:01:51.862 [DefaultDispatcher-worker-3] DEBUG...
We had the implementation as follows: ``` roomService.sendData(id.toString(), data.encodeToByteArray(), LivekitModels.DataPacket.Kind.RELIABLE) .await() ``` After looking at the server-sdk-kotlin and the livekit server I saw that the call returns nothing (https://github.com/livekit/livekit/blob/master/pkg/service/roommanager.go#L778). Now...
Thanks a lot for clearifing the issue for me. Seems it works now with awaitResponse. Would it be possible to change https://github.com/livekit/server-sdk-kotlin/blob/c893a050650aefe9d867acec768616e539454c17/src/main/kotlin/io/livekit/server/RoomService.kt#L94 from ` fun sendData(@Body request: LivekitRoom.SendDataRequest, @Header("Authorization") authorization:...
My intention was, that I see immediately what my micro services are lacking because they write it in the body. But I see your point.
Would you prefer to have a limit of text that could be added, and if the body is over the limit, then to truncate or not print it?
bump stalebot...
Please move the `define('GP_URL_BASE', '/gp');` line after the `require_once ABSPATH . 'wp-settings.php';` line. That is what breaks it for me... I'd just ask you to add this as a hint...