PerfectlySoft / Perfect

Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…)
https://www.perfect.org
Apache License 2.0
13.84k stars 945 forks source link

When one of the interfaces crashes, the Perfect stop working. #281

Open shenfu1991 opened 5 years ago

shenfu1991 commented 5 years ago

eg: access http://localhost:8181/ssq/api/home , Program crash for some reason,and then Perfect stop working. As we knows, java does not have this situation.

saroar commented 5 years ago

did you check why its crash?

shenfu1991 commented 5 years ago

@saroar I mean that one of the interfaces should not affect the entire server after it crashes.