sun jun

Results 4 issues of sun jun

### Feature description 用chatgpt时查API, 回复里经常一行很长, 还要滑动左右滚条, 而16:9的屏幕里, 大量空余空间被浪费着 ### Motivation _No response_ ### Alternatives _No response_ ### Additional context _No response_

enhancement

看起来WebSocketServer/HttpServer/其他Server, 无法使用外部传入的loop 那么每创建N个服务, 都要创建N个新loop, 和N*M个线程

I need to release a heap, but the partial_span in the heap is being treated as a cache and is being released using unmap. I think the partial_span should be...

### Bug description My @colyseus/schema version: 3.0.42, install by npm, running in cocos creator 3.8.6 ``` // schema\test\Schema.test.ts:293 it("bigints", () => { class Data extends Schema { @type("biguint64") u64: bigint;...