yashrsharma44 / grpc-chat-app

gRPC based terminal-2-terminal based chat app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass the context variable properly

yashrsharma44 opened this issue · comments

Acceptance Criteria -

  • The context variable is not passed properly.
  • Create a main context variable, and reuse it for the child methods, so that proper context canceling works
    Part of #7