- Transport moved to separate package rttl
- PeerDependencies updated to next magor version
- "github:uNetworking/uWebSockets.js#v20.6.0",
- "ws": "^8.4.2"
- Transport socket type parameter added to Wsapix, WsapixChannel, WsapixClient
const wsx = new Wsapix<WebSocket, IClientState>({ server })
- MockClient injection added to wsapix
const ws = wsx.inject(url, params)