ccnlui
ccnlui
This is a challenge inherent to streaming data with websocket, if the client is not consuming data at the rate that the server is producing, client is bound to get...
Thanks for the tips. I'm thinking of using flatbuffers with drpc, if that's possible.
problem 2 is resolved if I use an intel machine with x86 arch
@epickrram Thank you for your suggestion. I upgraded gradle to 7.4.2 to had to do some workarounds and I finally got gradle to compile and test: There's one test that...
@epickrram awesome! And thanks for the pointer. I can now build the project and pass the test after building docker images. I still had to add following jvm args to...
submitted a pull request https://github.com/babl-ws/babl/pull/121 It builds successfully on my desktop: ``` $ ./gradlew --version ------------------------------------------------------------ Gradle 7.4.2 ------------------------------------------------------------ Build time: 2022-03-31 15:25:29 UTC Revision: 540473b8118064efcc264694cbcaa4b677f61041 Kotlin: 1.5.31 Groovy: 3.0.9...
I added another circleci job. However it seems like testing on circleci is a little flaky: I have run the same config 3 times, and it failed once. Can't figure...
Here's my attempt: https://github.com/babl-ws/babl/pull/122 I'd appreciate any feeback.