felangel / web_socket_client

A simple WebSocket client for Dart which includes automatic reconnection logic.
https://pub.dev/packages/web_socket_client
MIT License
150 stars 32 forks source link

feat: add httpClient parameter to WebSocket class #30

Closed edkennard closed 4 months ago

edkennard commented 1 year ago

Status

READY

Description

Consuming code can now pass in a predefined HttpClient, allowing for customisations such as a SecurityContext with an mTLS client certificate and password.

Type of Change

felangel commented 4 months ago

Closing for now since this change brakes the web platform.