vsomeip
vsomeip copied to clipboard
[BUG]: Debounce Filter through json config working only for Field not for event
vSomeip Version
v3.4.10
Boost Version
1.71
Environment
Ubuntu
Describe the bug
Debounce Filter through json config working only for Field not for event
- Debounce filter through subscribe_with_debounce() API works for both event and field
- Whereas filter through json config works only for Field and not for event.
Reproduction Steps
No response
Expected behaviour
Should work in both through API as well as json config
Logs and Screenshots
No response
Is this the issue or left out intentionally? and could you please help me to understand?
Identified some potential solution for it and tested. We tried to raise PR for the same, but getting some error like below,
remote: Permission to COVESA/vsomeip.git denied to Vignesh-Murugappan. fatal: unable to access 'https://github.com/COVESA/vsomeip.git/': The requested URL returned error: 403 --> Does it need any permission to do so?
Hi @Vignesh-Murugappan,
To submit a PR, you need to fork the repository first. See here for instructions.
Thanks @BrunoLSilvaCTW for the info.