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

feat: request observers to intercept requests and responses #365

Closed
wants to merge 6 commits into from

Conversation

arifBurakDemiray
Copy link
Member

This is needed for module content's fetching mechanism

Copy link

github-actions bot commented Jul 25, 2024

Unit Test Results 🚀

649 tests  ±0   648 ✅  - 1   2m 37s ⏱️ -22s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     1 ❌ +1 

For more details on these failures, see this check.

Results for commit b1e41ff. ± Comparison against base commit 9669272.

♻️ This comment has been updated with latest results.

@arifBurakDemiray arifBurakDemiray marked this pull request as ready for review July 30, 2024 07:53
@@ -494,6 +502,10 @@ public void run() {
L.v("[ConnectionProcessor] Response was a unknown, will retry");
rRes = RequestResult.RETRY;
} else {
// notify observers for the response
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add tests for this

@arifBurakDemiray
Copy link
Member Author

also fix codacy

@arifBurakDemiray arifBurakDemiray self-assigned this Aug 15, 2024
@turtledreams
Copy link
Contributor

le conflic

@arifBurakDemiray
Copy link
Member Author

we might omit this PR for now, this was needed for content update from RQ but we are not doing that anymore

@arifBurakDemiray arifBurakDemiray marked this pull request as draft August 21, 2024 13:43
@arifBurakDemiray arifBurakDemiray deleted the request_observer branch October 21, 2024 09:53
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