SocketCluster / socketcluster-client

JavaScript client for SocketCluster
MIT License
291 stars 92 forks source link

Rename the `socketCluster` 'connect' method to 'create' #92

Closed jondubois closed 6 years ago

jondubois commented 6 years ago

This is only for the connect method on the top level socketCluster object. Since there is now an option called autoConnect which can be used turned off, it doesn't make sense that the main method to create the socket is called 'connect' - Maybe it should be called 'create' instead.

jondubois commented 6 years ago

Done.