Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Commit c95cd9d

Browse files
committed
Fixing build break
1 parent ff8922c commit c95cd9d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/signalrclient/connection_impl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ namespace signalr
235235
auto transport = connection->m_transport_factory->create_transport(
236236
transport_type::websockets, connection->m_logger, connection->m_headers, process_response_callback, error_callback);
237237

238-
auto& disconnect_cts = m_disconnect_cts;
239238
pplx::create_task([negotiation_response, connect_request_tce, disconnect_cts, weak_connection]()
240239
{
241240
std::this_thread::sleep_for(std::chrono::milliseconds(negotiation_response.transport_connect_timeout));

0 commit comments

Comments
 (0)