mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-07 19:31:37 +01:00
Do not store ec=session_expired if the client never subscribed
Summary: related to T13152 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D26803
This commit is contained in:
@@ -7,9 +7,9 @@ void run_websocket_tls_examples();
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
run_tcp_examples();
|
||||
// run_openssl_tls_examples();
|
||||
// run_websocket_tcp_examples();
|
||||
// run_websocket_tls_examples();
|
||||
run_openssl_tls_examples();
|
||||
run_websocket_tcp_examples();
|
||||
run_websocket_tls_examples();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user