Explorar o código

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

Paul-Louis Ageneau %!s(int64=3) %!d(string=hai) anos
pai
achega
e79f652b22
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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) {