mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 00:39:16 +02:00
send initial data, and also rename to xrd
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@ const dataHandler = require('./datahandler');
|
||||
const storage = require('./storage');
|
||||
const consoleCmd = require('./console');
|
||||
const { serverConfig, configSave } = require('./server_config');
|
||||
const send_to_rawcomm = require("./rawcomm")
|
||||
const send_to_xrd = require("./xrd_server")
|
||||
|
||||
let geoip = null;
|
||||
try {
|
||||
@@ -276,7 +276,7 @@ function resolveDataBuffer(data, wss, rdsWss) {
|
||||
|
||||
if (receivedData.length) {
|
||||
dataHandler.handleData(wss, receivedData, rdsWss);
|
||||
send_to_rawcomm(receivedData);
|
||||
send_to_xrd(receivedData);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user