Skip to content

Instantly share code, notes, and snippets.

@bigs
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save bigs/21dd95bd37b9e2b75f7d to your computer and use it in GitHub Desktop.

Select an option

Save bigs/21dd95bd37b9e2b75f7d to your computer and use it in GitHub Desktop.
auto socket_ = TAsyncSocket::newSocket(ev_, super::address());
std::shared_ptr<HeaderClientChannel> channel
= HeaderClientChannel::newChannel(socket_);
auto client_ = std::make_shared<ClientType>(channel);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment