Challenge: Implementing Streaming Calls
Test yourself by converting the unary call into a bi-directional streaming call.
We'll cover the following
Overview
Using the project below, perform the tasks highlighted in the requirements section.
Requirements
In the code widget below, convert the unary call into a bi-directional streaming call. To do so, we'll need to modify the signature of the SendMessage
RPC inside the Chatbot
service definition in both Protobuf files. Then, we'll need to change the public override method inside the ChatbotService
class of the BasicGrpcService
project. Following this, we'll need to change the client-handling logic inside the Program.cs
file in the BasicGrpcClient
project.
Get hands-on with 1400+ tech skills courses.