Oleh Dokuka

Results 227 comments of Oleh Dokuka

I mean, looking at the results, I still doubt it is correct since most of the time is spent on the serialization/deserialization. I will play with your code to ensure...

Hey @atshow! In short - we do plan! In general - we wait for reactor-netty to support that! Stay tuned! Best, Oleg

@linux-china not at the moment. That requires ground rework of the transport API that we have right now. I have touched the ground in [rsocket-js](https://github.com/rsocket/rsocket-js/blob/dev/packages/rsocket-core/src/Transport.ts) rework, but this has to...

@linux-china I was planning to release QUIC support in 1.2.x once the transport API is reworked to offer proper abstraction for transports that have a built-in multiplexer/demultiplexer (e. g. QUIC...

Hey @ronenhamias! The main reason for coping with BB is to have the power of refcounting and subsequent ability to deal with multithreading (which is less possible for Aeron buffers...

@ebfhub do you have any samples of usage of mentioned BB? I'm really curious to see how it is used in any project to fully understand whether we can adopt...

Gotcha. Actually, I can imagine just minor limitation on such a transport which requires to deserialize before sending on another thread which should be fine

Hi @lena-precog! Moving this issue to RSokcet-Java repo, since rsocket/rsocket one is intended for the specification related issues.

@ivangfr in your case you have not added the `.reconnect(Retry...)` bits to your setup, that is why you were not able to reconnect. Please modify your setup like the following:...