From e9eaba95d47f12d6d83cf8c27ab41a41264c5c4b Mon Sep 17 00:00:00 2001 From: Yevhenii Huselietov Date: Sun, 3 Apr 2016 13:28:11 +0800 Subject: [PATCH] Update ToDo --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 013f6fb..e5f8b08 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,5 @@ You need to have proper autoloading established in order to use this example. ToDo ======= -* Cleanup unix sockets on worker down. * Refactor adapters, remove hacks, pass php code directly with stdin instead of file. * Can IPC be done without unix sockets or using only single socket?