Chat in asp.net using SignalR
I have created a chat room in asp.net using signalr where multiple user can chat.But I want only two user can chat at a time and if other user trying to join the room will be shown a alert saying "chat room is busy now".How do I do that??