Skip to content

Commit

Permalink
Fix wrong function call for ioc from boost beast
Browse files Browse the repository at this point in the history
Signed-off-by: Nijat K <[email protected]>
  • Loading branch information
NeejWeej committed Jan 10, 2025
1 parent 956e439 commit 584de8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/csp/adapters/websocket/WebsocketEndpointManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ WebsocketEndpointManager::~WebsocketEndpointManager()
}

void WebsocketEndpointManager::start(DateTime starttime, DateTime endtime) {
m_ioc.reset();
m_ioc.restart();
if( !m_dynamic ){
boost::asio::post(m_strand, [this]() {
// We subscribe for both the subscribe and send calls
Expand Down

0 comments on commit 584de8a

Please sign in to comment.