Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ebe60b

Browse files
committedNov 9, 2023
Update APIApproval
1 parent af347a5 commit 9ebe60b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎projects/Test/Unit/APIApproval.Approve.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ namespace RabbitMQ.Client
528528
event System.EventHandler<System.EventArgs> RecoverySucceeded;
529529
void Close(ushort reasonCode, string reasonText, System.TimeSpan timeout, bool abort);
530530
RabbitMQ.Client.IChannel CreateChannel();
531+
System.Threading.Tasks.ValueTask<RabbitMQ.Client.IChannel> CreateChannelAsync();
531532
void UpdateSecret(string newSecret, string reason);
532533
}
533534
public static class IConnectionExtensions

0 commit comments

Comments
 (0)
Please sign in to comment.