Beispiel #1
0
 public async Task AnnounceAsync(string username)
 {
     await _database.AddConnectionAsync(username, Context.ConnectionId);
 }