I’m getting the fololowing error repeadedly from my React app:
[info] TypeError: client.terminate is not a function. (In 'client.terminate()', 'client.terminate' is undefined)
[info] at /app/node_modules/webpack-dev-server/lib/servers/WebsocketServer.js:70:13
[info] at forEach (:1:21)
[info] at /app/node_modules/webpack-dev-server/lib/servers/WebsocketServer.js:64:7
[info] 65 | /**
[info] 66 | * @param {ClientConnection} client
[info] 67 | */
[info] 68 | (client) => {
[info] 69 | if (client.isAlive === false) {
[info] 70 | client.terminate();
[info] ^
No Idea what brought this on. I’ve been running this app for several weeks now with no issues. I changed some css and deployed and now this. Seems to be really slowing down the server too. Second machine keeps spinning up with only one user. Any help would be greatly appriciated.