Skip to content

Commit c06fe09

Browse files
committed
fix
1 parent 1fb497d commit c06fe09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cyaim.WebSocketServer/Cluster/Cyaim.WebSocketServer.Cluster.Hybrid.MessageQueue.RabbitMQ/RabbitMQMessageQueueService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ public async Task DeclareExchangeAsync(string exchangeName, string exchangeType,
453453
/// <summary>
454454
/// Declare a queue / 声明队列
455455
/// </summary>
456-
public async Task<string> DeclareQueueAsync(string queueName, bool durable = false, bool exclusive = false, bool autoDelete = true)
456+
public async Task<string> DeclareQueueAsync(string queueName, bool durable = false, bool exclusive = false, bool autoDelete = false)
457457
{
458458
if (string.IsNullOrEmpty(queueName))
459459
{

0 commit comments

Comments
 (0)