aiakit
aiakit
f = cli.client.RequestStream(payload.New(req.Bytes(), context.Marshal(c))) cc, cancel := context.WithTimeout(context.TODO(), timeout) f. SubscribeOn(scheduler.Parallel()). DoFinally(func(s rx.SignalType) { //todo handler rx.SignalType cancel() close(rsp) close(errs) }). Subscribe( cc, rx.OnNext(func(p payload.Payload) error { rsp
2021-02-09 16:27:06.195195 I | [ERROR] send resume response failed: flush failed: short write 2021-02-09 16:27:06.195223 I | [ERROR] send frame failed: write frame failed: short write 2021-02-09 16:27:06.195242 I |...
连接不上报错了
### Describe the Bug / 描述问题 我在授权配置之后报错了 ### How to Reproduce / 复现步骤  ### Expected Behavior / 预期结果 配置过不去 ### Home Assistant Logs / 系统日志 甚至没有日志 ### Home Assistant...