Bump test agent version

This commit is contained in:
Matt Bonneau 2020-05-07 10:46:40 -04:00
parent 5907e27d90
commit 5911d8bc35
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ use React\Socket\Connector;
require __DIR__ . '/../bootstrap.php'; require __DIR__ . '/../bootstrap.php';
define('AGENT', 'RatchetRFC/0.0.0'); define('AGENT', 'RatchetRFC/0.3');
$testServer = "127.0.0.1"; $testServer = "127.0.0.1";

View File

@ -4,7 +4,7 @@
} }
, "outdir": "/reports/servers" , "outdir": "/reports/servers"
, "servers": [{ , "servers": [{
"agent": "RatchetRFC/0.1.0" "agent": "RatchetRFC/0.3"
, "url": "ws://host.ratchet.internal:9001" , "url": "ws://host.ratchet.internal:9001"
, "options": {"version": 18} , "options": {"version": 18}
}] }]

View File

@ -4,7 +4,7 @@
} }
, "outdir": "/reports/servers" , "outdir": "/reports/servers"
, "servers": [{ , "servers": [{
"agent": "RatchetRFC/0.1.0" "agent": "RatchetRFC/0.3"
, "url": "ws://host.ratchet.internal:9001" , "url": "ws://host.ratchet.internal:9001"
, "options": {"version": 18} , "options": {"version": 18}
}] }]