-
Notifications
You must be signed in to change notification settings - Fork 2
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
Non-fatal exception raised during automatic code reload #5
Comments
I guess its more than that. I should mention, it happens even when my source has not changed, so I don't know it is the re-load feature thats responsible |
That's interesting. In your case, does the connection still go through (i.e. the page still loads)? Does it happen on every page load? Or is it intermittent. The issue documented here has been a rather longstanding one. Any new wrinkles might help identify the actual cause. |
Most pages. And yes, the page still goes through |
I can confirm this. Anyone figured it out? |
@dottorblaster The error should be non-fatal and harmless (page should still load fine) per above. Is this still the case in your situation? |
Yeah absolutely harmless but it polls my log 😬 |
During the request immediately following a source code change:
Router resembles the following:
Controller resembles the following:
My hypothesis is that the exception is coming from a stale connection (namely, the one that initiated the code reload). Totally harmless, but would be worth checking out nonetheless if it's a sign of some optimization issue (it's possible that we might be able to shave a bit more off that rather slow 26-microsecond response time ;) ).
The text was updated successfully, but these errors were encountered: