grpc / grpc/grpc-dotnet

Does gRPC support client-server sessions?

Open
#946 6 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.