[feat] 新增事件分发接口IEventDispatcher和事件交换机EventHub,用于星尘平台中多事件总线共用websocket通道。通道一段收到消息包以后,先发给EventHub,内部解析topic并路由到对应的事件总线上。各个事件总线可以使用不同的消息类型,只要消息分发器是同一种就好,例如IPacket或者String。
智能大石头 authored at 2025-12-18 20:09:20
163.00 B
X
{
  "profiles": {
    "Test": {
      "commandName": "Project",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
  }
}