fixes access to closed session

This commit is contained in:
2019-06-14 13:03:14 +01:00
parent f44cee5d25
commit c70358d5ab
7 changed files with 21 additions and 12 deletions

View File

@ -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;