issues Search Results · repo:python-trio/purerpc language:Python
Filter by
22 results
(103 ms)22 results
inpython-trio/purerpc (press backspace or delete to remove)Since anyio 4.0, all task groups raise ExceptionGroups by default. We need to check whether that causes us to miss
exceptions, and whether we are passing exception groups to users where we do not intent ...
VincentVanlaer
- Opened on Apr 11, 2024
- #43
https://github.com/python-trio/purerpc/actions/runs/4158772667/jobs/7194217372
belm0
- 5
- Opened on Feb 17, 2023
- #39
See
https://github.com/python-trio/purerpc/blob/9b70109b02807b75346f8f6d331316963dd363c8/src/purerpc/wrappers.py#L110-L115
This causes internal corruption in trio.
I think there are two potential solutions: ...
bug
VincentVanlaer
- 5
- Opened on Feb 12, 2023
- #36
The purerpc repo was transferred to python-trio. Here are the short-term tasks I m intending, with the goal of pushing a
maintenance release to pypi for active dependees that may be having problems with ...
belm0
- 3
- Opened on Apr 14, 2022
- #32
purerpc requires anyio 1.x, but anyio is a rapidly evolving API and 2.x is already in use, causing conflicts between
purerpc and other application dependencies.
https://github.com/standy66/purerpc/blob/5faa35f2cdf5b36d1398a1aa6a9e681c5344060f/setup.py#L67 ...
belm0
- Opened on Jun 2, 2021
- #31
e.g.
_____ ERROR at setup of test_grpc_client_large_payload[purerpc_echo_port] ______
cm_gen = function run_purerpc_service_in_process. locals .target_fn at 0x10c175310
@contextlib.contextmanager ...
belm0
- 1
- Opened on Jun 2, 2021
- #30
I am writing an async app (using Trio). I have an Application class with various async handle_x_event methods that get
scheduled in the Trio nursery. Some such events need to trigger a gRPC call.
Currently, ...
inklesspen
- Opened on May 12, 2021
- #29
if purerpc.test_utils is part of the public API, then it s dependencies need to be represented in setup.py
install_requires.
test_utils depends on forge package:
from purerpc.test_utils import run_purerpc_service_in_process, ...
belm0
- Opened on Sep 24, 2020
- #28
I need to read/write from a unix socket in my rpc client.
I had a little dig around and it seems like the current implementation here assumes a tcp stream.
https://github.com/standy66/purerpc/blob/5faa35f2cdf5b36d1398a1aa6a9e681c5344060f/src/purerpc/client.py#L23 ...
decentral1se
- 1
- Opened on Aug 10, 2020
- #27
My code:
server = Server(50055, num_processes=5)
server.add_service(JobEngine().service)
server.serve(backend= asyncio )
Exception: TypeError: init() got an unexpected keyword argument num_processes ...
boylegu
- 2
- Opened on Oct 20, 2019
- #25

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.