This commit is contained in:
nora 2022-03-06 16:31:22 +01:00
parent d7b574cef4
commit 85ef2aa7fd
6 changed files with 395 additions and 52 deletions

View file

@ -6,7 +6,7 @@ const channel = await connection.createChannel();
console.log('Successfully opened channel');
//await channel.close();
//await connection.close();
//
await channel.close();
await connection.close();
console.log('Successfully shut down connection');