OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.93k stars 936 forks source link

[PubSub] Publishing Events #1862

Open stevicastojkovicabb opened 2 years ago

stevicastojkovicabb commented 2 years ago

Type of issue

Current Behavior

The ConsoleReferencePublisher has no example for publishing events but it turns out that there is no implementation for it.

Quote from: ConsoleReferencePublisher/README.MD

Note:
The current PubSub implementation only supports PublishedDataItemsDataType as DataSetSource of a PublishedDataSetDataType from the configuration. Events will be added in a future version.

Any plans for it?

Thanks, Stevica

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- Nuget Version: 1.5.368.5-beta
- Component: Opc.Ua.PubSub

Anything else?

No response

mrsuciu commented 2 years ago

@stevicastojkovicabb There are no short term plans to support event publishing that I am aware of so far.

algorni commented 10 months ago

does it means that the pubsub implementation here doesn't work?