mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-04-30 16:01:58 -04:00
Pass Autobahn again
This commit is contained in:
1
tests/Autobahn.js
vendored
1
tests/Autobahn.js
vendored
@@ -21,6 +21,7 @@ function listenWithSettings(settings) {
|
||||
compression: settings.compression,
|
||||
maxPayloadLength: 16 * 1024 * 1024,
|
||||
idleTimeout: 60,
|
||||
maxBackpressure: 16 * 1024 * 1204,
|
||||
open: (ws, req) => {
|
||||
if (settings.pubsub) {
|
||||
ws.subscribe('broadcast');
|
||||
|
||||
Reference in New Issue
Block a user