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

Create a pending FM request using the Http facade rather then directly #68

Merged
merged 1 commit into from
May 29, 2024

Conversation

tkuijer
Copy link

@tkuijer tkuijer commented May 29, 2024

This PR changes the creation of a new Http request towards the FM server, rather then calling new PendingRequest() the request gets created by calling the Http facade, this allows Events that are dispatched from the Http request to be handled in the framework.

This was needed to allow the Http Client watcher from Laravel Telescope to function. Currently this does not register outgoing requests other then the request that gets sent when starting a new FM session (since this already calls the Http facade).

@Smef Smef self-requested a review May 29, 2024 18:05
Copy link
Member

@Smef Smef left a comment

Choose a reason for hiding this comment

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

Looks good. Tests passed. Thanks for submitting!

@Smef Smef merged commit 4d556fb into gearbox-solutions:2.x May 29, 2024
1 check failed
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