mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
If a runner disconnect not gracefully it could happen that the connection gets stuck in connecting mode, this change verifies the state of the connection before starting to execute a call, if the client connection is not ready we fail fast to give a change to the next runner (if any) to execute the call.