源文件名全部改为蛇形命名,public 类型名与 import 路径不变;README 目录结构同步更新;版本升级 1.2.0
This commit is contained in:
@@ -3,7 +3,7 @@ cjc-version = "1.1.3"
|
||||
name = "websocket"
|
||||
organization = "simcu"
|
||||
description = "SimApi WebSocket 库(RFC 6455):事件回调式客户端与接口式服务端。客户端 connect/send(三重重载)/ping/close/terminate + onOpen/onMessage/onError/onClose;服务端 WebSocketServer(port) + addHandler(path, factory) 按路径路由、每连接独立 handler,链式门面 group(name)/conn(connId) 支持组管理/组播/单播/广播,连接断开自动清组"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
target-dir = ""
|
||||
output-type = "static"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user