| 97 | |
| 98 | protected: |
| 99 | string config_with_port(const string& bare_config) { |
| 100 | ostringstream ss; |
| 101 | ss << "{" << "\"port\":" << listener_.port() << ", " << bare_config << "}"; |
| 102 | return ss.str(); |
| 103 | } |
| 104 | |
| 105 | void connect(container& c, const string& bare_config) { |
| 106 | connection_options opts; |