We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e0953 commit 9611433Copy full SHA for 9611433
src/CouchDB.Driver/ICouchDatabase.cs
@@ -222,7 +222,7 @@ Task<ChangesFeedResponse<TSource>> GetChangesAsync(ChangesFeedOptions? options =
222
/// <param name="cancellationToken">A cancellation token to stop receiving changes.</param>
223
/// <returns>A IAsyncEnumerable that represents the asynchronous operation. The task result contains the feed change.</returns>
224
IAsyncEnumerable<ChangesFeedResponseResult<TSource>> GetContinuousChangesAsync(
225
- ChangesFeedOptions options, ChangesFeedFilter filter,
+ ChangesFeedOptions? options, ChangesFeedFilter? filter,
226
CancellationToken cancellationToken);
227
228
/// <summary>
0 commit comments