-
Notifications
You must be signed in to change notification settings - Fork 30
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
Watch pattern is not working #2
Comments
When i use embeddedServer also face this issue. Switched to EngineMain and development mode enabled. Thanks for article and sample project :) |
Thanks for the hints here! I hope this code and the article help more people |
You can also check the video here from Kotlin London meetup explaining the architecture and the code: |
Thank you for sharing your code and knowledge. I'm learning kotlin & ktor and, regarding this issue, I also switched to EngineMain and enabled the development mode adding the watch = [ classes ], but I'm still getting the "No ktor.deployment.watch patterns match classpath entries, automatic reload is not active" message. |
Hola Alberto! |
No problem! If I find the solution I will send you a PR ;). Thank you!! |
I would appreciate if you do so. |
Current watch pattern from application.conf is not working. Need to check why.
The text was updated successfully, but these errors were encountered: