ccnlui
ccnlui
Is there any support for using other codec other than protobufs? How would you implement a server using a custom codec?
I'm trying to understand the example, specifically why do we need to create a netpoll even descriptor for the purpose of reading messages from the connection? Comparing to most other...
This is my attempt on exposing the request uri. I'd appreciate any feedback. Also a question, I added `requestUri` as type `varDataEncoding` to the `SessionOpened` sbe schema. While there are...
How would you implement a server endpoint? For example, client would connect to `ws://localhost:8080/myendpoint`, instead of just `ws://localhost:8080`. I assumed I'd have to implement this function myself inside `onSessionConnected`, but...
I'm exploring this library and it seems like I was not able to build the project with JDK 17 or JDK 11. I also had problems when I tried to...