Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit cd49944222 - Show all commits

View file

@ -74,7 +74,10 @@ websocket_api_connection::websocket_api_connection( const std::shared_ptr<fc::ht
return result; return result;
} ); } );
_connection->closed.connect( [this](){ closed(); } ); _connection->closed.connect( [this](){
closed();
_connection = nullptr;
} );
} }
variant websocket_api_connection::send_call( variant websocket_api_connection::send_call(