Add option to configure keepalive
Reuse connection pool on iOS Use optimal event loop group on iOS dependent on platform support
Fix channel on Android not reflecting updated options on change
Add option to specify compression limit on iOS
Fix incorrect status code given on iOS on failure
Added option to enable gRPC compression
Thanks to @krishnafkh for contributing the Android implementation (#5)
Fix passed header value being invalid by unwrapping the String
on iOS
Fix status code not being included in gRPC error on iOS
Now using gRPC-Swift on iOS
Implemented maximum response size limit for gRPC client on Android
Added option to set the maximum response size limit on the gRPC client.
Fix error code not being provided on iOS
Reuse Android ManagedChannel for gRPC calls
Fix trailers not being sent
Add trailers to GrpcError
Fix binary data contained within metadata
Changed server output stream functions onData(callback)
, onFinish(callback)
, onError(callback)
to on(type, callback)
Errors should be more descriptive than 'aborted'.
Fix base64 encoding issue on iOS
Fix incorrect location of types
Initial release
Initial commit