mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
update to 2.5.0 (build 415)
This commit is contained in:
@@ -190,6 +190,6 @@ class Hello
|
||||
*/
|
||||
public function closeUnknownConn() {
|
||||
Console::info("Unknown connection , I will close it.");
|
||||
server()->close(ctx()->getConnection()->getFd());
|
||||
server()->disconnect(ctx()->getConnection()->getFd());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,8 +28,8 @@ class ConsoleApplication extends Application
|
||||
{
|
||||
private static $obj = null;
|
||||
|
||||
const VERSION_ID = 414;
|
||||
const VERSION = "2.5.0-b4";
|
||||
const VERSION_ID = 415;
|
||||
const VERSION = "2.5.0";
|
||||
|
||||
/**
|
||||
* @throws InitException
|
||||
|
||||
Reference in New Issue
Block a user