pladaria / reconnecting-websocket

Reconnecting WebSocket. For Web, React Native, cli (Node.js)
MIT License
1.23k stars 199 forks source link

docs: Turned "null" into "undefined" #19

Closed bennycode closed 7 years ago

bennycode commented 7 years ago

When using "null" the WebSocket connection will fail with: "Sent non-empty 'Sec-WebSocket-Protocol' header but no response was received" so it's correct to use "undefined".

See: https://github.com/pladaria/reconnecting-websocket/issues/9

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e797ef0b3a0bfc896f50fcf422ed715672b1645a on bennyn:patch-1 into 98ad44cbbb10caef24051823729b9323e4552d7e on pladaria:master.

pladaria commented 7 years ago

Thank you! Published: reconnecting-websocket@3.0.6