mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
web: do not use catch-all connection
This commit is contained in:
parent
07bd89de45
commit
a24b2255a2
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ function updatePlot()
|
|||
|
||||
function wsConnect(node)
|
||||
{
|
||||
var url = wsUrl('');
|
||||
var url = wsUrl(node.name);
|
||||
var conn = new WebSocket(url, 'live');
|
||||
|
||||
conn.binaryType = 'arraybuffer';
|
||||
|
|
Loading…
Add table
Reference in a new issue