Skip to content

Instantly share code, notes, and snippets.

@Rotvig
Rotvig / Publisher confirm timeout test
Last active February 27, 2020 09:06
A test showing the publisher confirm times out in version 3.8.0-alpha0042 of EasyNetQ
using System;
using System.Collections.Generic;
using System.Threading;
using EasyNetQ;
using Xunit;
namespace Foo
{
public class SimplePubSub
{