You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am using Kitura on iOS platform, and I find a bug:
when application perform background, after few minutes HTTPServer stop without handling error in ServerLifecycleListener.performClientConnectionFailCallbacks. In KituraNet without NIO callback calls properly.
The text was updated successfully, but these errors were encountered:
mbarnach
added a commit
to mbarnach/Kitura-NIO
that referenced
this issue
Apr 3, 2020
…nted, as it may make sense to have them in the end).
Call `performClientConnectionFailCallback` when an error happen: see issue Kitura#233
Cherry-pick PR#239 for the connectionCount failure.
Add missing test from the static list for Linux.
Hi! I am using Kitura on iOS platform, and I find a bug:
when application perform background, after few minutes HTTPServer stop without handling error in
ServerLifecycleListener.performClientConnectionFailCallbacks
. In KituraNet without NIO callback calls properly.The text was updated successfully, but these errors were encountered: