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