fixes access to closed session
This commit is contained in:
parent
eeb84be578
commit
007a21c1f2
7 changed files with 21 additions and 12 deletions
|
|
@ -326,7 +326,6 @@ namespace Yavsc
|
|||
_logger.LogError($"NotifyErrorToCallerInRoom: {room}, {reason}");
|
||||
}
|
||||
|
||||
|
||||
public void Send([Required] string roomName, [Required] string message)
|
||||
{
|
||||
var groupname = ChatHubConstants.HubGroupRomsPrefix + roomName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue