()
| 182 | } |
| 183 | |
| 184 | func (b *Bot) notifyMobileClient() error { |
| 185 | notifyOption := &CallerWebWxStatusNotifyOptions{ |
| 186 | BaseRequest: b.Storage.Request, |
| 187 | WebInitResponse: b.Storage.Response, |
| 188 | LoginInfo: b.Storage.LoginInfo, |
| 189 | } |
| 190 | return b.Caller.WebWxStatusNotify(b.Context(), notifyOption) |
| 191 | } |
| 192 | |
| 193 | func (b *Bot) startMessageSync() { |
| 194 | go b.runMessageLoop() |
no test coverage detected