-
Using go version 1.13.1 windows/amd64, downloading this project and running "make" fails to build it. `protoc --version` is 3.10.0.
```
$ make
protoc --go_out=plugins=rrpc:./ ./service.proto
…
-
Hey,
I wanted to give netifi with spring a try but it isn't working since you can't pull netifi/broker, I looked up the repo on docker hub, but it doesn't exists anymore, do you know the correct on…
-
How can I subscribe to the connection status to the netifi gateway? Or does it only establish connections as needed?
-
Good to see people are interested in Netifi. Probably an oversight but it looks like the license is missing at the bottom of the readme we wrote? The link for bugs goes back to our repo though...
-
I'm trying to setup my own client, based loosely off of the example code, but the code so intertwined with the server side of things that it makes for a really convoluted template. Any chance we could…
-
Probably needs an update after host rename, signup not possible through github at least.
-
## Backpressure in WebFlux
## Backpressure mechanism in Spring Web-Flux
https://stackoverflow.com/questions/52244808/backpressure-mechanism-in-spring-web-flux
- 네트워크단에서는 backpressure가 의도처럼 정상적으로 되지…
-
Hello, Thank you for the great work. Could you please add spring security support with this example. I have tried using spring-security-rsocket and configuring PayloadSocketAcceptorInterceptor but is …
-
What are your thoughts on Flowable's API compared to the _latest_ RxJS? (v6 as of this writing, v4 API used to be very similar to Flowable)
The biggest differences off hand:
- RxJS uses [pipeabl…
-
Hi!
Currently, the generated code contains code for the metrics & tracing, even if it's optional.
Would be great to have an option to disable them at the code generation phase.
Thanks!