Skip to content

Commit

Permalink
Cleanup Code
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Jul 11, 2016
1 parent b21ca80 commit 5346b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TalkServer/UserActor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ async Task IUser.ExitFromRoom(string name)
// Unbind an room actor from channel

_channel.WithNoReply().UnbindActor(room.CastToIActorRef());

_enteredRoomMap.Remove(name);
}

Expand Down

0 comments on commit 5346b3e

Please sign in to comment.