Closed reagcz closed 2 weeks ago
Change the ChatRoom client sample to use the streamId returned by the IChannelGrain.Join and Leave methods
streamId
IChannelGrain.Join
Leave
The README.md for the ChatRoom sample states that
Clients connect to the ChannelGrain for a channel and then subscribe to the stream identified by the Guid returned from the IChannelGrain.Join call
ChannelGrain
Guid
The sample currently creates the streamId manually, instead of using the one returned by the Join and Leave methods.
Summary
Change the ChatRoom client sample to use the
streamId
returned by theIChannelGrain.Join
andLeave
methodsThe README.md for the ChatRoom sample states that
The sample currently creates the streamId manually, instead of using the one returned by the Join and Leave methods.