You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use modern asio executors (as opposed to the compatibility ones)
- Prevent asio exceptions when socket disconnects while we're trying to get endpoint info
- Test fixes
- Customization of certain options for new sessions
- WebSocketEndpointInfo as argument for server session factory
- Allow server sesion factory to return nullptr (server deny)
- Moved WebSocketEndpointInfo to a separate header
- CMake option to disable SSL and SecureWebSockets
- New example: Terminal Client