vadimtsushko / objectory

Unsupported: Objectory - object document mapper for server-side and client side Dart applications
MIT License
55 stars 12 forks source link

Better stability #42

Closed kaisellgren closed 11 years ago

kaisellgren commented 11 years ago

Our production servers kept going down, I finally found the reason: sometimes the connections not closed.

This fix keeps the server stable now.

Also added an error handler for rare cases.