Robert Roeser

Results 25 comments of Robert Roeser

@flyinprogrammer you think you can help with this?

@mostroverkhov does your fix to rsocket help with this?

We could wrap a the load balancer with an RSocket so that you don't have to create a new: https://gist.github.com/robertroeser/14cbadc21ef26e518fffe4ebcf0fe112

I don't want to require a JVM to generate code. C++ supports mustache templates though (https://github.com/no1msd/mstch), and you re-use this in different languages like .net, javascript, etc. Switching to mustache...

This should probably be a header flag in the channel frame. There's space left for a flag - this way the field is optional as well so you don't have...

@cbornet We - Netifi - are actively developing a C#/.NET version. The Kotlin version is based on the Java version, but doesn't rely on it because the Java version is...

Does this fix your issue or is it something else? https://github.com/rsocket/rsocket-cpp/pull/888

The latest tck is https://github.com/rsocket/rsocket-tck @OlegDokuka was going to start working on something - and had some ideas planned out. Probably good to collaborate.

@mp911de either - Connection.close closes the connection when it's subscribed to - it doesn't actually provide a callback to when the connection is closed. Ideally there would be an onClose...

@ttddyy I mean a method like Publisher onClose that emits when the connection is closed. It could be close from Connection.close() being called or it could be from the database...