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

WIP: Various improments to rust/python srpc interop library #121

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

merc1031
Copy link

@merc1031 merc1031 commented Dec 14, 2024

  • Use a Config struct + Client Struct to remove need for Option<...Tcp> checks
  • Add tracing logs in rust
  • Plumb tracing logs into python
  • Format everything
  • Remove case @rgooch claims doesnt happen
  • Allow streaming into python (some code duplication due to pyo3 limitation with generics)
  • Allow should_continue to be passed in, and add a variant that passes it as a callback
  • Add configurable buffer sizes

Discussion pr with @ramkumar-s at ramkumar-s#1

@merc1031 merc1031 force-pushed the multiple-structs branch 2 times, most recently from 0e44efb to eae20f8 Compare December 14, 2024 21:38
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

Successfully merging this pull request may close these issues.

1 participant