This commit is contained in:
nora 2022-03-06 14:33:01 +01:00
parent 5befe288e5
commit d7b574cef4
6 changed files with 23 additions and 57 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');