When a scanner initiates a websocket connection to request IP addresses ({type: 'getIPs', data = 10-ips.length}) the server receives them fine per the logs, and fetches 10 ips for the scanner to scan (since it's a new scanner and has no ips in its' array yet), but the ws.send(JSON.stringify({type: 'ipData', data: result.data}) seems to be out of scope or something, but something is blocking my hydra-scanner from getting the message.
When a scanner initiates a websocket connection to request IP addresses (
{type: 'getIPs', data = 10-ips.length}) the server receives them fine per the logs, and fetches 10 ips for the scanner to scan (since it's a new scanner and has no ips in its' array yet), but thews.send(JSON.stringify({type: 'ipData', data: result.data})seems to be out of scope or something, but something is blocking myhydra-scannerfrom getting the message.