mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00

I recently had to set options given to the websocket client especially rejectUnauthorized {Boolean} Verify or not the server certificate. for connecting to wss which are using self signed certs... could also pass things like 'protocol' to differentiate a Gun websocket connection from some other websocket connection.... I don't know if maybe websock options should be a object in options instead ? To avoid namespace collision?