v1.4.0
Changed:
- Socket.IO implementation does not use server
path
option anymore, in alignment with kindws
- Use
io("/ws/chat")
instead ofio("/chat", { path: "/ws" })
Fixed:
- Support for http conform headers (
x-ws
andx-websocket
) - Revise error handling for websocket events
- Fix for operations without parameters
- Fix support for absolute service paths
- Update documentation