Method Web.EngineIO.Socket()->create()
- Method
create
Web.EngineIO.Socket Web.EngineIO.Socket(
Protocols.WebSocket.Request
req
,void
|mapping
options
)- Parameter
options
Optional options to override the defaults.
"pingTimeout"
:int
If, the connection is idle for longer than this, the connection is terminated, unit in
ms
."pingInterval"
:int
The browser-client will send a small ping message every
pingInterval ms
."allowUpgrades"
:int
When
true
(default), it allows the server to upgrade the connection to a real Protocols.WebSocket connection."compressionLevel"
:int
The gzip compressionlevel used to compress packets.
"compressionThreshold"
:int
Packets smaller than this will not be compressed.