Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-31 | Deprecated ranch:start_listener/6 and child_spec/6 | Loïc Hoguin | |
The NumAcceptors argument has been moved to transport option num_acceptor, which defaults to 10. The functions now take one less argument. The old functions are still here, though deprecated. | |||
2017-01-31 | Depend on Ranch master in examples1.3.1 | Michael Klishin | |
Otherwise they are pinned to 1.2.1. Per discussion with @essen. | |||
2016-11-15 | Remove examples .app.src files | Loïc Hoguin | |
2016-11-15 | Properly handle Ctrl+D in examples | Loïc Hoguin | |
2016-11-15 | Remove bad advice for gen_server protocols | Loïc Hoguin | |
Also improves the good example a little by using spawn_link instead of start_link. | |||
2015-03-06 | Fix examples README | Loïc Hoguin | |
2014-08-01 | Update examples Makefile1.0.0 | Loïc Hoguin | |
2013-12-07 | Examples must follow master | Loïc Hoguin | |
2013-12-07 | Fix small issues and style of the examples | Loïc Hoguin | |
2013-12-04 | Add example using gen_server | josh rotenberg | |