Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / livekit/psrpc issues and pull requests

#66 - Added license headers

Pull Request - State: closed - Opened by davidzhao over 1 year ago

#65 - Max affinity

Pull Request - State: closed - Opened by frostbyte73 over 1 year ago

#64 - set rpc context deadline

Pull Request - State: closed - Opened by paulwe over 1 year ago

#63 - add option to use pubsub queue to select unary rpc server

Pull Request - State: closed - Opened by paulwe over 1 year ago

#62 - prevent race between stream close and pending accounting

Pull Request - State: closed - Opened by paulwe over 1 year ago

#61 - Add not acceptable error

Pull Request - State: closed - Opened by biglittlebigben almost 2 years ago

#60 - Adopt wire to improve extensibility?

Issue - State: open - Opened by adrian-branescu almost 2 years ago

#59 - include error code in unwrapped psrpc errors

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#58 - mark stream closed before teardown

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#57 - use waitgroup for active work accounting

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#56 - prevent send on closed channel during read/close race

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#55 - Refactor

Pull Request - State: closed - Opened by frostbyte73 almost 2 years ago

#54 - [Bug] unexpected null pointer

Issue - State: closed - Opened by AtlanCI almost 2 years ago - 2 comments

#53 - fall back to default timeout for retries

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#52 - deprecate anypb payload

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#51 - guard id rand.Source with mutex

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#50 - fix stream receive chan leak on open failure

Pull Request - State: closed - Opened by paulwe almost 2 years ago - 1 comment

#49 - fix stream deadlock handling malformed message

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#48 - improve id generation performance

Pull Request - State: closed - Opened by paulwe almost 2 years ago - 2 comments

#47 - forward close in stream metrics middleware

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#46 - add metrics middleware

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#45 - return stream closed error from send when remote close received

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#44 - ensure busses close message channels on close

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#43 - fix channel capacity and cleanup during stream open

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#42 - prevent closing before publishing ack

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#41 - skip waiting for acks after receiving close

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#40 - return correct error from stream open timeout

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#39 - v0.2.9

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#38 - add option to skip claim handshake

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#37 - encode req/res payload as raw bytes

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#36 - add retry middleware

Pull Request - State: closed - Opened by paulwe almost 2 years ago

#35 - Fix client ignoring malformed request errors, clean up

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#34 - fix panics

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#33 - cleanup channel formatter

Pull Request - State: closed - Opened by paulwe about 2 years ago

#32 - don't respond if affinity < 0

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#31 - fix sanitized prefix for utf16

Pull Request - State: closed - Opened by paulwe about 2 years ago

#30 - sanitize topics

Pull Request - State: closed - Opened by paulwe about 2 years ago

#29 - add typed topic args

Pull Request - State: closed - Opened by paulwe about 2 years ago - 1 comment

#28 - allow passing string k/v pairs to servers in contexts

Pull Request - State: closed - Opened by paulwe about 2 years ago

#27 - close server/deregister handler synchronously

Pull Request - State: closed - Opened by paulwe about 2 years ago

#26 - allow accessing stream context

Pull Request - State: closed - Opened by paulwe about 2 years ago

#25 - return correct errors from client after context cancel

Pull Request - State: closed - Opened by paulwe about 2 years ago

#24 - v0.2.8

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago - 1 comment

#23 - Change ToGrpc signature to work automatically with gRPC servers

Pull Request - State: closed - Opened by biglittlebigben about 2 years ago

#22 - Update to go-redis/v9

Pull Request - State: closed - Opened by davidzhao about 2 years ago

#21 - add client interceptors

Pull Request - State: closed - Opened by paulwe about 2 years ago

#20 - Add IsClientError to Error

Pull Request - State: closed - Opened by biglittlebigben about 2 years ago - 1 comment

#19 - continue to process messages for open streams while draining server

Pull Request - State: closed - Opened by paulwe about 2 years ago

#18 - bump version

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#17 - remove error from StreamHandler.Recv

Pull Request - State: closed - Opened by paulwe about 2 years ago

#16 - fix typo

Pull Request - State: closed - Opened by paulwe about 2 years ago

#15 - update deps (auto-ref)

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#14 - update deps

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#13 - add streaming rpc

Pull Request - State: closed - Opened by paulwe about 2 years ago - 3 comments

#12 - lock version

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#11 - PS RPC Error documentation

Pull Request - State: closed - Opened by biglittlebigben about 2 years ago

#10 - Impement As in psrpc.Error

Pull Request - State: closed - Opened by biglittlebigben about 2 years ago

#9 - Add Unwrap to psrpcError and use errors.As

Pull Request - State: closed - Opened by biglittlebigben about 2 years ago

#8 - Client hooks

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago - 1 comment

#7 - Errors

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#6 - Add local message bus

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago - 1 comment

#5 - Fix shutdown deadlock

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#4 - Interceptors

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#3 - protoc-gen-psrpc

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#2 - Separate claims channel per rpc

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago

#1 - Generics

Pull Request - State: closed - Opened by frostbyte73 about 2 years ago