Rev 1599 | Rev 1642 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1599 | Rev 1608 | ||
|---|---|---|---|
| Line 74... | Line 74... | ||
| 74 | 74 | ||
| 75 | this->socket_.connect(*it); |
75 | this->socket_.connect(*it); |
| 76 | } |
76 | } |
| 77 | catch (std::exception e) |
77 | catch (std::exception e) |
| 78 | { |
78 | { |
| 79 | throw std::runtime_error("Error while connecting to " + address + ":" + boost::lexical_cast<std::string>(port |
79 | throw std::runtime_error("Error while connecting to " + address + ":" + boost::lexical_cast<std::string>(port)); |
| 80 | } |
80 | } |
| 81 | 81 | ||
| 82 | this->Read(); |
82 | this->Read(); |
| 83 | } |
83 | } |
| 84 | 84 | ||