Vasu Dasari

Results 9 comments of Vasu Dasari

Thanks. I see your point. Extending `make()` the way it is in PR would give ability to merge another map into current one as well. As you can see I...

I realized niffp might need new APIs to accomplish this. So, implemented what I thought might work in they [pull-request](https://github.com/goertzenator/nifpp/pull/15). Let me know what you think.

I have a PR https://github.com/rustyio/sync/pull/79 to address this issue. It works for me. Please let me know what you think?

I am using grpcbox for my project. I have a gRPC server and multiple gRPC clients(~10-15) and they use bidirectional streams for communication. When all clients initiate bidirectional transfer at...

Actually, I am debugging around h2_connection side of things. In my case, some messages/connections are getting dropped. I need to characterize this completely. Thanks.

@tsloughter Revisiting this issue after a long time. Here is my theory. There is a single `default_channel` between grpc-client application and a grpc-server. But there are multiple processes within client...

Hi @tsloughter, Sorry did not see your comments. The problem with having an environmental variable to specify number of connections is a subjective one. We might hit a snag at...

I am using the fs for `rystiyo/sync` Erlang project. It used work well till 6.9.0. With 6.12.0 I am seeing these errors: ``` ===> Compiling mix_rebar3 ===> Error building application...

@davidmat50 I have tested your commit. And it seems to work. Do you have any plans for raising a PR?