@soundworks/core
Advanced tools
Comparing version 3.3.3 to 3.4.0
@@ -182,2 +182,6 @@ "use strict"; | ||
async stop() { | ||
this.socket.terminate(); | ||
} | ||
} | ||
@@ -184,0 +188,0 @@ |
@@ -318,3 +318,12 @@ "use strict"; | ||
} | ||
/** | ||
* Immediately close the 2 sockets | ||
*/ | ||
terminate() { | ||
this.ws.close(); | ||
this.binaryWs.close(); | ||
} | ||
} | ||
@@ -321,0 +330,0 @@ |
{ | ||
"name": "@soundworks/core", | ||
"version": "3.3.3", | ||
"version": "3.4.0", | ||
"description": "full-stack javascript framework for distributed audio visual experiences on the web", | ||
@@ -5,0 +5,0 @@ "authors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
171552
4241