constructor does not support options dictionary
thomasdelaet opened this issue · 1 comments
thomasdelaet commented
The createSocket constructor only supports type as argument and not alternative options dictionary which includes type and optionally reuseAddr
feross commented
Fixed and released as 2.1.6.
It looks like reuseAddr
isn't supported by chrome, so the options is just ignored. If that's not right, please send a PR to fix.