mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 19:03:29 +08:00
- 为SendCommandAndWaitEventCoroutine方法添加timeout参数支持 - 实现WaitForEventWithTimeout类用于带超时的事件等待 - 添加泛型约束确保命令类型实现IAsyncCommand接口 - 新增EventListenerScope类提供事件监听器作用域管理 - 支持超时异常处理并抛出相应的TimeoutException - 优化事件回调处理逻辑,确保事件数据正确传递