more tests....got figure out how to send web socket messges in testing platform
This commit is contained in:
3
dist/server/clients/clientBase.js
vendored
3
dist/server/clients/clientBase.js
vendored
@ -14,6 +14,9 @@ class ClientBase {
|
||||
type() {
|
||||
return this.data.client_type;
|
||||
}
|
||||
clientType() {
|
||||
return this.data.client;
|
||||
}
|
||||
connectToChannel(channel) {
|
||||
this.channel = channel;
|
||||
this.ws.on('message', (message) => {
|
||||
|
Reference in New Issue
Block a user