Skip to content

Commit 43ec99b

Browse files
committed
do not close a new subscription message right after it's creation
1 parent 9e4fcc5 commit 43ec99b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NetMQ/Core/Transports/StreamEngine.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ PushMsgResult ProcessRoutingIdMsg (ref Msg msg)
11381138
if (m_subscriptionRequired)
11391139
{
11401140
Msg subscription = new Msg();
1141-
subscription.Close();
11421141
subscription.InitPool(1);
11431142
subscription.Put((byte)1);
11441143

0 commit comments

Comments
 (0)