Close connection on client drop #674

Merged
fyrchik merged 2 commits from fyrchik/frostfs-node:fix-connection into master 2024-09-04 19:51:03 +00:00
Showing only changes of commit a54b4472de - Show all commits

View file

@ -130,6 +130,7 @@ loop:
continue loop
}
}
x.clients[a].invalidate()
delete(x.clients, a)
}