Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Try to fix reverse websocket bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stdrc committed Jun 16, 2018
1 parent aeb261c commit 21917e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cqhttp/plugins/web/websocket_reverse_endpoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ namespace cqhttp::plugins {
client_.wss->start();
}
} catch (...) {
should_reconnect_ = true;
}
started_ = false;
});
Expand Down

0 comments on commit 21917e2

Please sign in to comment.