Skip to content

Server: Catch bind errors on launch

Alain Mebsout requested to merge functori/dev/resto:alain@addr_in_use into master

The call to Lwt_unix.bind (in conduit) is not covered by on_exn and any asynchronous exception would be lost until the promise resolves on shutdown.

Addresses tezos/tezos#1312.

Merge request reports