krpc-rb icon indicating copy to clipboard operation
krpc-rb copied to clipboard

Ruby client library for kRPC

Results 3 krpc-rb issues
Sort by recently updated
recently updated
newest added

Hey! Thanks for the library. Just tried to use it, and looks like streaming doesn't work. Maybe it's me who doesn't know how it should work, but I get updated...

question

Generate exception classes based on [`exceptions`][1] field of `PB::Service` message, and instantiate them in [`Client#build_exception`][2] method. See how this has been implemented in Python client: [#1][3], [#2][4]. [1]: https://github.com/TeWu/krpc-rb/blob/proto_change_0.4/lib/krpc/krpc.pb.rb#L68 [2]:...

enhancement
help wanted

Add support for [kRPC Events][2] - mechanism that remove the need for active polling. ~[See how this has been implemented in Python client.][1]~ (better implementation coming soon - see below)...

enhancement