openvidu-server: not active sessions generate sessionDestroyed event

pull/648/head
pabloFuente 2021-07-02 14:57:05 +02:00
parent b7ff9d66e1
commit 08b0742163
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ public class Session implements SessionInterface {
@Override
public boolean close(EndReason reason) {
return false;
return true;
}
public int getNumberOfConnections() {