You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cerr << "Sometimes some ETP server require a trailing slash at the end of their URL. Did you also check your optional \"data-partition-id\" additional Header Field?" << std::endl;
117
-
return;
118
-
}
119
-
120
-
if (!responseType.count(boost::beast::http::field::sec_websocket_protocol) ||
std::cerr << "The client MUST specify the Sec-Websocket-Protocol header value of etp12.energistics.org, and the server MUST reply with the same" << std::endl;
123
-
124
-
successfulConnection = true;
125
-
webSocketSessionClosed = false;
126
-
127
-
send(requestSession, 0, 0x02);
128
-
do_read();
129
-
}
130
-
131
112
voidsetMaxWebSocketMessagePayloadSize(int64_t value) final {
0 commit comments