Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added necessary fields for event pulling and an event example #108

Merged
merged 8 commits into from
Apr 25, 2024

Conversation

ozdoganoguzhan
Copy link
Contributor

@ozdoganoguzhan ozdoganoguzhan commented Sep 26, 2023

Type Changes: Added some fields that are required to create a subscription for pulling messages with a filter, and also for pulling messages from that subscription.

New Example: Added an example on how to pull messages periodically from a specific camera. Tested on Dahua.

Screenshot_10

Solves #107

onvif/Cargo.toml Outdated Show resolved Hide resolved
wsdl_rs/b_2/src/lib.rs Outdated Show resolved Hide resolved
wsdl_rs/b_2/src/lib.rs Outdated Show resolved Hide resolved
wsdl_rs/b_2/src/lib.rs Outdated Show resolved Hide resolved
@DmitrySamoylov
Copy link
Contributor

Can you please rebase on main to see if CI is green?

edited readme added event example

revision + added SourceType

test fix
@DmitrySamoylov DmitrySamoylov removed their request for review November 29, 2023 08:32
@asuper0
Copy link
Contributor

asuper0 commented Jan 15, 2024

hi, how is it going?

@ozdoganoguzhan
Copy link
Contributor Author

The problem was in the test XML. I removed the envelope declarations and just left the responses and put the namespaces in them. Also moved the related tests to the end of tests file, to prevent conflict with the more recent commits to test file.

@DmitrySamoylov
Copy link
Contributor

error: useless use of vec!

This was fixed in main. Please, rebase again.

@sqrtsanta
Copy link

Sorry for chipping in, also very interested in subscriptions & pull_messages. Really appreciate your work folks!

@DmitrySamoylov
Copy link
Contributor

Not sure if you receive notifications on failing CI jobs, but clippy is not happy now with some of the changes.

@ozdoganoguzhan
Copy link
Contributor Author

everything should be ok now, thanks for your patience 😄

@DmitrySamoylov DmitrySamoylov merged commit 1b1e6fd into lumeohq:main Apr 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants