Skip to content

Instantly share code, notes, and snippets.

@neilgreatorex
neilgreatorex / Program.cs
Last active June 3, 2024 19:47
RabbitMQ channel leak test class
namespace RabbitMqTestConsoleApp;
using System;
using System.Collections.Generic;
using RabbitMQ.Client;
class Program
{
static async Task Main(string[] args)
{