Oleg Yukhnevich
Oleg Yukhnevich
https://github.com/rsocket-routing/rsocket-routing has such functionality, isn't it? Looks like it's better place for it
Thx! @OlegDokuka how can we collaborate on it? Where can we discuss it?
BTW, even if protobuf doesn't support comments in messages, it could be useful for schema generation to have comments there. Another thing, that should be considered, is that when we...
I can confirm, that it's not reproducible at least with latest version of ktor (2.1.2)
will be fixed on ktor side here: https://youtrack.jetbrains.com/issue/KTOR-5016/Channel-was-closed-exception-in-WebSocket-during-normal-use
Have you considered using `CompletionHandler` in place of plain lambda - it's typealias, so there is no difference except for consistency with `CancellableContinuation.invokeOnCancellation(handler: CompletionHandler)` and `Job.invokeOnCompletion(handler: CompletionHandler)`?
@Tiebe just in case, while using openssl here could be a good idea, the main problem with this approach is how to distribute it. I mean, we can do or...
@Tiebe I think, that for Apple platforms you can use `darwin` engine, for Windows - `winhttp`, for linux - there is really nothing now, because there are 2 ways: write...
Just wanted to mention, that from my perspective this should be implemented taking into account future feature from #131: `different memory types (in addition to byte arrays) Buffers are built...
Hey, for examples you can take a look on: * readme - https://github.com/rsocket/rsocket-kotlin#standalone-transports * sample - https://github.com/rsocket/rsocket-kotlin/tree/master/samples/chat - almost everything there is transport unrelated and nodejs transport declaration is as...