Browse Source

Cleanup datachannel closing test

Paul-Louis Ageneau 5 years ago
parent
commit
2129e3cfb9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      test/p2p/offerer.cpp

+ 0 - 4
test/p2p/offerer.cpp

@@ -125,10 +125,6 @@ int main(int argc, char **argv) {
 			while (message.length() == 0)
 				getline(cin, message);
 			dc->send(message);
-			if (dc)
-				dc->close();
-			if (pc)
-				pc->close();
 			break;
 
 		default: