Skip to content

Commit 671cabc

Browse files
authored
Merge pull request #933 from valeriob/bugfix_do_not_close_a_new_subscription_message
do not close a new subscription message right after it's creation
2 parents 9e4fcc5 + 43ec99b commit 671cabc

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)