Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bidirectional streaming leaves header messages in mailbox #17

Open
davisp opened this issue Sep 6, 2019 · 1 comment
Open

Bidirectional streaming leaves header messages in mailbox #17

davisp opened this issue Sep 6, 2019 · 1 comment

Comments

@davisp
Copy link

davisp commented Sep 6, 2019

I haven't done a minimal reproduction of this but it appears that using bidirectional streams leaves a headers message in the mailbox of the process that created the stream. I'm not sure if that's a bug or not even.

@tsloughter
Copy link
Owner

Referring to the client, correct?

I wouldn't doubt it. If so it will be resolved when I refactor it to not rely on sending messages to the process making the request. Original idea was to keep it lean and with as few processes as necessary, then build a higher level client on top of it for particular use cases. But I think it is too much of a mess and should simply be a process that the client interacts with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants