aboutsummaryrefslogtreecommitdiff
path: root/lib/octochat/acceptor.ex
Commit message (Collapse)AuthorAge
* Level up our echo serverv0.3.0kballou2016-10-31
| | | | | | | | | This should enable upgrade process to retain connections * Replace our simple task supervisor with a custom `simple_one_for_one` supervisor * Upgrade our echo server to use a `GenServer` behaviour
* Add echo server and hook into acceptorv0.2.0kballou2016-10-30
|
* Add connection acceptorv0.1.0kballou2016-10-30
This adds a basic connection acceptor that immediately closes accepted connections and beings to flesh out the supervision tree.