bug reporting & a fix
This commit is contained in:
parent
07267562bc
commit
8414ab7ab3
14 changed files with 206 additions and 15 deletions
|
|
@ -189,6 +189,12 @@ namespace Yavsc
|
|||
public string Topic;
|
||||
}
|
||||
|
||||
public void JoinAsync(string roomName)
|
||||
{
|
||||
var info = Join(roomName);
|
||||
Clients.Caller.joint(info);
|
||||
}
|
||||
|
||||
public ChatRoomInfo Join(string roomName)
|
||||
{
|
||||
_logger.LogInformation("a client for " + roomName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue