Update uWS, pass Autobahn with pubsub SSL/non-SSL

This commit is contained in:
Alex Hultman 2019-10-09 00:29:53 +02:00
parent 317aaf3b75
commit 6b5f7c40a9
5 changed files with 82 additions and 7 deletions

View file

@ -12,9 +12,17 @@
{
"url": "ws://localhost:9003",
"agent": "uWebSockets.js non-SSL, dedicated compressor"
},
{
"url": "ws://localhost:9004",
"agent": "uWebSockets.js non-SSL, non-compression, pubsub based"
},
{
"url": "wss://localhost:9005",
"agent": "uWebSockets.js SSL, non-compression, pubsub based"
}
],
"cases": ["*.*"],
"exclude-cases": [],
"exclude-agent-cases": {}
}
}