Chatterino
PubSubClientOptions.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <chrono>
4 
5 namespace chatterino {
6 
11  std::chrono::seconds pingInterval_;
12 };
13 
14 } // namespace chatterino
Definition: Application.cpp:48
std::chrono::seconds pingInterval_
Definition: PubSubClientOptions.hpp:11
Options to change the behaviour of the underlying websocket clients.
Definition: PubSubClientOptions.hpp:10