X-12 / andromeda

0 stars 0 forks source link

Edit socket connection parameters #44

Open jextrevor opened 7 years ago

jextrevor commented 7 years ago

Looking on the SocketIO website, there are a few interesting options that we can pass to the io() function when we create a new connection (connection to the server, from the client).

Available options are listed at https://socket.io/docs/client-api/#new-manager-url-options.

Some things that I would suggest:

Thoughts?

DakotaHarward commented 7 years ago

I don't know if this is vital right now, but I do think it's a good idea.