fullstorydev / grpchan

Channels for gRPC: custom transports
MIT License
204 stars 23 forks source link

Proper prototype shared memory channel implemented #66

Closed EIRNf closed 1 year ago

EIRNf commented 1 year ago

*** APOLOGIES MEANT TO MERGE TO PERSONAL FORK

Huge flaws and shortcomings but it kinda works, currently includes serialization bypass which needs to be improved.

Does not handle error codes, canceling, or timeouts.

Currently only handles ideal case of succesful communication. Only single method support and fixed length message size.