Skip to content

Commit 11e5d9a

Browse files
committed
docs: update streaminghub/getting-started.md
1 parent e79d6de commit 11e5d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/streaminghub/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public class ChatHub : StreamingHubBase<IChatHub, IChatHubReceiver>, IChatHub
151151

152152
public async ValueTask LeaveAsync()
153153
{
154-
room.All.OnLeave(ConnectionId.toString());
154+
room.All.OnLeave(userName);
155155
await room.RemoveAsync(Context);
156156
}
157157

0 commit comments

Comments
 (0)