Testing cluster option

This commit is contained in:
claudemiro
2016-03-17 08:44:58 -03:00
parent 8c54491e27
commit e15a8a84e2
+2 -1
View File
@@ -17,7 +17,8 @@ function getPusher(auth) {
wsPort: PORT,
authEndpoint: auth,
enabledTransports: ["ws"],
disabledTransports: ["flash"]
disabledTransports: ["flash"],
cluster: "hello", // Should be ignored
});
}