Does gRPC support client-server sessions?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.5k
- Forks
- 835
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 7
Description
When multiple clients are connected , each client will be able to execute in its own session ? for eg: if i have client 1 connected to instrument1 and client 2 connected to instrument2 , can they both connect to the same grpc service and make calls to the instrument it is connected to? Client should be able to call different grpc service methods and only work on the instrument it is connected to . So a session needs to be established between each client and server. Is this possible ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by reviewing the repository's gRPC service and connection model to determine whether per-client session state is supported. Done would require a settled answer about isolated client-to-instrument sessions and a defined implementation scope if support is missing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, grpc
- Domain
- api, backend-api-design, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100