Closed flier closed 5 years ago
That's Great! 😀
Current Flux is a basic implementation. I'm working on Flux implementation. Some codes is in another branch. I will consider adding TakeN and Skip operations. My Flux implementation has many wrong designs and it maybe change a lot in the future.
RequestN has some basic supported with LimitRate
.
Just set your log level to INFO. Debug messages will disappear.
And sorry my english is pool...
I'm working on a more complete example like rsocket-cli, it's rough but works.
Besides, I have some questions about implementation:
Flux
,Kotlin
got takeN but I have to Dispose the subscription that cause a warning log.request(n)
inRSocket
orFlux
? Since RSocket has Reactive Streams Semantics, how can we control the responses of stream/channel?ByteBuffer
, I always got debug messages like#### bytebuff borrows: 6
or[LEAK] messages count: 1
, how to identify where the message was leaked?KeepAlive
orLease
, right?