We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2948c42 commit e0db677Copy full SHA for e0db677
src/dds.net-connector-csharp.lib/Interfaces/ISyncQueueReader.cs
@@ -9,7 +9,7 @@ internal interface ISyncQueueReader<T>
9
/// <summary>
10
/// The event is initiated upon availability of data.
11
/// </summary>
12
- event Action<T>? DataAvailable;
+ event Action? DataAvailable;
13
14
/// Checks if the queue has any element to dequeue.
15
0 commit comments