egg-websocket-plugin
egg-websocket-plugin copied to clipboard
怎么在普通请求的 controller 中广播呢?
// 更新路由 router.post('/data_overview/update', controller.dataOverview.update)
//
async update() {
...
this.ctx.websocket.send("这样会报错 websocket 对象没有");
}