kosiakk
08/13/2017, 4:12 PMinstall
calls get lost. Therefore any call to application.feature
fails with java.lang.IllegalStateException: No instance for key AttributeKey: x
. What I can see, is that attributes[ApplicationFeature.registry]
is empty after restart, although routing seems to work well. Is there something I have to update in the app regarding autoreload in ktor alpha-12? The lastest alpha-14 is also failing in the same way, with no obvious problems shown in log. The most surprising thing is that after another change of the code, the app can actually recover! So it seems like some recently introduced race condidion in the framework.