mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: not active sessions generate sessionDestroyed event
parent
b7ff9d66e1
commit
08b0742163
|
@ -263,7 +263,7 @@ public class Session implements SessionInterface {
|
|||
|
||||
@Override
|
||||
public boolean close(EndReason reason) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
public int getNumberOfConnections() {
|
||||
|
|
Loading…
Reference in New Issue