File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/client/RabbitMQ.Client/src/client/impl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ void _Private_BasicCancel(string consumerTag,
204
204
void _Private_BasicConsume ( string queue ,
205
205
string consumerTag ,
206
206
bool noLocal ,
207
- bool autoAck ,
207
+ [ AmqpFieldMapping ( null , "noAck" ) ] bool autoAck ,
208
208
bool exclusive ,
209
209
bool nowait ,
210
210
IDictionary < string , object > arguments ) ;
@@ -216,7 +216,7 @@ void _Private_BasicConsume(string queue,
216
216
[ AmqpForceOneWay ]
217
217
[ AmqpMethodMapping ( null , "basic" , "get" ) ]
218
218
void _Private_BasicGet ( string queue ,
219
- bool autoAck ) ;
219
+ [ AmqpFieldMapping ( null , "noAck" ) ] bool autoAck ) ;
220
220
221
221
///<summary>Used to send a Basic.Publish method. Called by the
222
222
///public publish method after potential null-reference issues
You can’t perform that action at this time.
0 commit comments