Explorar el Código

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

Paul-Louis Ageneau hace 3 años
padre
commit
e79f652b22
Se han modificado 1 ficheros con 0 adiciones y 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() {
 WebSocket::~WebSocket() {
 	PLOG_VERBOSE << "Destroying WebSocket";
 	PLOG_VERBOSE << "Destroying WebSocket";
-	remoteClose();
 }
 }
 
 
 void WebSocket::open(const string &url) {
 void WebSocket::open(const string &url) {