瀏覽代碼

Do not close on impl destuction as it is done from rtc::WebSocket

Paul-Louis Ageneau 3 年之前
父節點
當前提交
e79f652b22
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/impl/websocket.cpp

+ 0 - 1
src/impl/websocket.cpp

@@ -48,7 +48,6 @@ WebSocket::WebSocket(optional<Configuration> optConfig, certificate_ptr certific
 
 WebSocket::~WebSocket() {
 	PLOG_VERBOSE << "Destroying WebSocket";
-	remoteClose();
 }
 
 void WebSocket::open(const string &url) {