@ccci/micro-server 1.0.95 → 1.0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -119699,6 +119699,7 @@ class BaseModel extends Model {
|
|
|
119699
119699
|
class BaseSocketHandler {
|
|
119700
119700
|
static channel = "default";
|
|
119701
119701
|
static server;
|
|
119702
|
+
static websocket;
|
|
119702
119703
|
async upgrade(req, server) {
|
|
119703
119704
|
if (server.upgrade(req, { data: { channel: BaseSocketHandler.channel } })) {
|
|
119704
119705
|
return;
|