Zebra/zebrad/src
Henry de Valence 79c36a979c Use try_bind when building tracing endpoint.
Prior to this commit, the tracing endpoint would attempt to bind the
given address or panic; now, if it is unable to bind the given address
it displays an error but continues running the rest of the application.
This means that we can spin up multiple Zebra instances for load
testing.
2019-09-30 21:30:36 -04:00
..
bin/zebrad Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
commands Remove unused import in connect stub. 2019-09-27 20:41:45 -04:00
components Use try_bind when building tracing endpoint. 2019-09-30 21:30:36 -04:00
application.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
commands.rs Add a `connect` command for testing. 2019-09-22 17:27:08 -04:00
components.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
config.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
error.rs Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
lib.rs nit: suppress async_await nightly warning. 2019-09-27 20:41:45 -04:00
prelude.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00