balderdashy / sails.io.js

Browser SDK for communicating w/ Sails via sockets
https://sailsjs.com/documentation/reference/web-sockets/socket-client
183 stars 118 forks source link

upgraded socket.io client lib #60

Closed konstantinzolotarev closed 8 years ago

konstantinzolotarev commented 9 years ago

Working on a project with huge amount of socket requests with list of parameters and for some post/put requests socket.io.js fails with error obj.hasOwnProperty is undefined It's internal error. And fixed only in version 1.3.

konstantinzolotarev commented 9 years ago

@mikermcneil @sgress454 please take a look

daedalus28 commented 9 years ago

If #61 gets merged you could just use the latest version with requirejs or with script tags.

But as mentioned in #61 I can confirm that the socket.io client lib 1.3.5 is working great.

sgress454 commented 8 years ago

Thanks @konstantinzolotarev, we've since upgraded all the way up to 1.4.4!