fix pipeline w/ queueSize=1
Maybe not so useful, but shouldn't stall
This commit is contained in:
+2
-2
@@ -222,8 +222,8 @@ struct SubscriptionImpl : public OperationBase, public Subscription
|
||||
}
|
||||
conn->enqueueTxBody(CMD_MONITOR);
|
||||
|
||||
log_debug_printf(io, "Server %s channel '%s' monitor INIT\n",
|
||||
conn->peerName.c_str(), chan->name.c_str());
|
||||
log_debug_printf(io, "Server %s channel '%s' monitor INIT%s\n",
|
||||
conn->peerName.c_str(), chan->name.c_str(), pipeline?" pipeline":"");
|
||||
|
||||
state = Creating;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user