eWaterCycle / eWaterCycle/grpc4bmi

asyncio client

Open
#46 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
5
Forks
5
PR merge metrics
No merged PRs in 30d

Description

The update method on the client is blocked until the server finishes. It would be nice if the update method on the client is non-blocking using asyncio. That way multiple models can be updated in parallel using [asyncio.gather](https://docs.python.org/3/library/asyncio-task.html#asyncio.gather).

There is https://github.com/vmagamedov/grpclib which has a asynchronous client.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.