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

NOJIRA - Fix/outbound route cache #1457

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

bbbco
Copy link
Contributor

@bbbco bbbco commented Jan 7, 2025

This is to fix a bug where the output of the outbound routes would return the same outbound routes as the previous site if the same number of routes was returned. This was discovered while testing telephony support for the BCP Wizard.

This caching logic was obviously copied over from the site resource, where it should remain. But it is not appropriate for this resource.

Also fixes an issue where a cache collision could occur (unlikely but important to address)

…orrectly bringing over caching logic from site resource
@charliecon charliecon merged commit 13b4b08 into MyPureCloud:dev Jan 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants