Use coeurl for networking
Something is still wrong on shutdown, need to debug that. And CI will fail.
This commit is contained in:
parent
78c69a8f7b
commit
00f251753e
6 changed files with 97 additions and 67 deletions
|
|
@ -550,7 +550,7 @@ ChatPage::startInitialSync()
|
|||
nhlog::net()->error("initial sync error: {} {} {} {}",
|
||||
err->parse_error,
|
||||
status_code,
|
||||
err->error_code.message(),
|
||||
err->error_code,
|
||||
err_code);
|
||||
|
||||
// non http related errors
|
||||
|
|
@ -677,7 +677,7 @@ ChatPage::trySync()
|
|||
nhlog::net()->error("initial sync error: {} {} {} {}",
|
||||
err->parse_error,
|
||||
status_code,
|
||||
err->error_code.message(),
|
||||
err->error_code,
|
||||
err_code);
|
||||
emit tryDelayedSyncCb();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue