Closed Ben-Hu closed 4 years ago
The Port example in the README appears to have a mismatched worker_client_state (:close expected vs :closed specified in the rescue) & callback return signature (missing pool_state).
Port
worker_client_state
:close
:closed
rescue
pool_state
:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:
The
Port
example in the README appears to have a mismatchedworker_client_state
(:close
expected vs:closed
specified in therescue
) & callback return signature (missingpool_state
).