Skip to content

Conversation

@elrafoon
Copy link

Hi,

thank you for this very nice crate!

I just bumped upon a minor problem - I need to batch the updates from OPC/UA server and push Vec of them into message queue.

If I understand it correctly, it's required to implement trait OnSubscriptionNotificationCore.

That's straightforward, but struct MonitoredItemMap referenced in fn on_subscription_notification is not public,
so it's impossible to implement the trait.

So please accept this tiny PR.

@einarmo
Copy link
Contributor

einarmo commented Oct 31, 2025

We warn on public methods missing docs, so you'll need to write a simple docstring for the get method, it looks like.

This is an oversight. Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants