Update uWS, pass Autobahn with pubsub SSL/non-SSL
This commit is contained in:
parent
317aaf3b75
commit
6b5f7c40a9
5 changed files with 82 additions and 7 deletions
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue