Jaguar-dart / jaguar

Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
http://jaguar-dart.github.io
463 stars 34 forks source link

iOS will close server when user closing screen (in release mode) #117

Closed xuexin closed 5 years ago

xuexin commented 6 years ago

For my app, I making server listening app's lifecycle to restart. Could this problem be resolved in jaguar?

tejainece commented 6 years ago

Was it not fixed by restart method you implemented?

tejainece commented 6 years ago

Can you explain more or give me an example of what you would like to have?

xuexin commented 6 years ago

Yes, fixed by restart method I just want to know whether it can be fixed more robust :-D

tejainece commented 6 years ago

restart looks fine and neat to me. Do you need more restart functionality?

xuexin commented 6 years ago

No, it enough. But this issue will make other users confused, so I hope it could be resolved in jaguar.

Yongle-Fu commented 3 years ago

https://github.com/Jaguar-dart/jaguar/pull/152