Skip to content

fixed a little issue #44

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

Closed
wants to merge 1 commit into from
Closed

fixed a little issue #44

wants to merge 1 commit into from

Conversation

d4wae89d498
Copy link

This issue was causing my javascript and css tags to stop rendering after 2/3 pages refresh on Swoole.
I hope that I will help someone. Also if I missed something please tell it to me.

Thank you for your tool, it is very useful.

@weaverryan
Copy link
Member

Hey @MarcFaussurier!

I'm not familiar with Swoole, but my guess is that you only boot the kernel once, and then serve many requests. There's not a bug in the library, but in that situation, you need to reset() the entrypoints cache after service each request.

See #27 for how it was solved in php-pm.

Cheers!

@weaverryan weaverryan closed this Mar 1, 2019
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