rsocket-go | rsocket-go implementation | Reactive Programming library
kandi X-RAY | rsocket-go Summary
kandi X-RAY | rsocket-go Summary
rsocket-go is an implementation of the RSocket protocol in Go.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rsocket-go
rsocket-go Key Features
rsocket-go Examples and Code Snippets
Community Discussions
Trending Discussions on rsocket-go
QUESTION
I want to connect two applications via rsocket. One is written in GO and second in Kotlin. I want to realize connection where client sends Stream of data and server send confirmation response.
The problem is with waiting for all elements, if server do not BlockOnLast(ctx), whole stream is read, but response is send before all entries arrive. If BlockOnLast(ctx) is added, Server (GoLang) is stuck.
I wrote also client in Kotlin, and in that case whole communication is working perfectly fine.
Do enyone may help?
GO Server:
...ANSWER
Answered 2020-Jan-16 at 08:02Solution below:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install rsocket-go
Start an echo server. Connect to echo server.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page