[Pkg-voip-commits] [janus] 270/282: Close web socket connection when destroying session

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit d64cffb9df2a2860f2c4c00b1abe54759e895e24
Author: Ivan Demchuk <ide at interlogic.com.ua>
Date:   Mon Dec 18 17:42:13 2017 +0200

    Close web socket connection when destroying session
---
 html/janus.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/html/janus.js b/html/janus.js
index 80d6450..1e1629c 100644
--- a/html/janus.js
+++ b/html/janus.js
@@ -769,6 +769,7 @@ function Janus(gatewayCallbacks) {
 				if(wsKeepaliveTimeoutId) {
 					clearTimeout(wsKeepaliveTimeoutId);
 				}
+				ws.close()
 			};
 
 			var onUnbindMessage = function(event){

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list