예제 #1
0
        public async Task Leave()
        {
            await subscription.Unsubscribe();

            await user.Tell(new Leave { Room = RoomName });
        }