Esempio n. 1
0
        public async Task CommitAsync()
        {
            await _notificationSender.SendPacketsAsync(_packets);

            _packets.Clear();
        }