mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Cleanup datachannel closing test
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user