rgamba / evtwebsocket

Dead easy event based websockets
52 stars 16 forks source link

Add ability to DialConfig so dialer options can be configured #5

Closed josephtaylor closed 4 years ago

josephtaylor commented 6 years ago

Not sure if this is wanted or not, but I needed the ability to configure InsecureSkipVerify of the dialer, so added a method that lets me do that.

joshuaferrara commented 6 years ago

+1 for the bufferSize config. Just ran into this issue today.