-
Notifications
You must be signed in to change notification settings - Fork 458
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
io.Reader example #13
Comments
Solved it with https://github.com/mitchellh/iorpc |
tomhjp
added a commit
that referenced
this issue
Oct 16, 2023
# This is the 1st commit message: Add client option to multiplex gRPC broker connections over a single net.Conn # The commit message #2 will be skipped: # Checkpoint # The commit message #3 will be skipped: # Split muxer into client and server side # The commit message #4 will be skipped: # Fairly close, about to refactor muxers into internal package # The commit message #5 will be skipped: # Broken # The commit message #6 will be skipped: # Checkpoint, maybe not that far off but maybe a bit fucked # The commit message #7 will be skipped: # All but 4 tests passing # The commit message #8 will be skipped: # Extra debug in test # The commit message #9 will be skipped: # First iteration of blocked listener # The commit message #10 will be skipped: # Went pretty far with knocking concept. Ultimately though it's going to rely on something brittle, e.g. a connection that must live forever. Going to rip it out and drastically simplify with the restriction that you can only have one server on each side of the connection # The commit message #11 will be skipped: # lol j/k, implemented knocking over the existing streamer interface instead - not working yet # The commit message #12 will be skipped: # Fix some bugs, all tests passing except TestClient_reattachNotFound # The commit message #13 will be skipped: # Small bugfix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, is there any sample code, how to handle io.Reader? Especially when they are a return value of a plugin function.
The text was updated successfully, but these errors were encountered: