Add ItemDropped
callback to ChannelOptionsBase
#239
Annotations
5 errors
Build:
src/Elastic.Channels/BufferedChannelBase.cs#L186
Argument of type 'Action<TEvent>' cannot be used for parameter 'itemDropped' of type 'Action<TEvent?>' in 'Channel<TEvent?> Channel.CreateBounded<TEvent?>(BoundedChannelOptions options, Action<TEvent?>? itemDropped)' due to differences in the nullability of reference types.
|
Build:
src/Elastic.Channels/BufferedChannelBase.cs#L186
Argument of type 'Action<TEvent>' cannot be used for parameter 'itemDropped' of type 'Action<TEvent?>' in 'Channel<TEvent?> Channel.CreateBounded<TEvent?>(BoundedChannelOptions options, Action<TEvent?>? itemDropped)' due to differences in the nullability of reference types.
|
Build:
src/Elastic.Channels/BufferedChannelBase.cs#L186
Argument of type 'Action<TEvent>' cannot be used for parameter 'itemDropped' of type 'Action<TEvent?>' in 'Channel<TEvent?> Channel.CreateBounded<TEvent?>(BoundedChannelOptions options, Action<TEvent?>? itemDropped)' due to differences in the nullability of reference types.
|
Build:
src/Elastic.Channels/BufferedChannelBase.cs#L186
Argument of type 'Action<TEvent>' cannot be used for parameter 'itemDropped' of type 'Action<TEvent?>' in 'Channel<TEvent?> Channel.CreateBounded<TEvent?>(BoundedChannelOptions options, Action<TEvent?>? itemDropped)' due to differences in the nullability of reference types.
|
Build
Process completed with exit code 1.
|
Loading