minor refactoring

This commit is contained in:
Benjamin Sergeant
2020-03-18 11:45:28 -07:00
parent 696d802703
commit 6085839ef7
3 changed files with 14 additions and 7 deletions

View File

@ -105,7 +105,8 @@ namespace ix
void dispatch(PollResult pollResult, const OnMessageCallback& onMessageCallback);
size_t bufferedAmount() const;
void sendHeartBeat();
// internal
WebSocketSendInfo sendHeartBeat();
private:
std::string _url;