Testing cluster option
This commit is contained in:
@@ -17,7 +17,8 @@ function getPusher(auth) {
|
|||||||
wsPort: PORT,
|
wsPort: PORT,
|
||||||
authEndpoint: auth,
|
authEndpoint: auth,
|
||||||
enabledTransports: ["ws"],
|
enabledTransports: ["ws"],
|
||||||
disabledTransports: ["flash"]
|
disabledTransports: ["flash"],
|
||||||
|
cluster: "hello", // Should be ignored
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user