You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
bugfixes / PCM removal
This commit is contained in:
@@ -73,12 +73,8 @@ function resolveDataBuffer(data, wss) {
|
||||
}
|
||||
|
||||
if (receivedData.length) {
|
||||
wss.clients.forEach((client) => {
|
||||
if (client.readyState === WebSocket.OPEN) {
|
||||
dataHandler.handleData(client, receivedData);
|
||||
}
|
||||
});
|
||||
}
|
||||
dataHandler.handleData(wss, receivedData);
|
||||
};
|
||||
}
|
||||
|
||||
function kickClient(ipAddress) {
|
||||
|
||||
Reference in New Issue
Block a user