SocketCluster / socketcluster-server

Minimal server module for SocketCluster
http://socketcluster.io/
MIT License
108 stars 50 forks source link

I can't emit arrays server side #9

Closed willypuzzle closed 8 years ago

willypuzzle commented 8 years ago

I tried to emit a event when the data is an array of object containing other arrays and it don't arrive to the client. The emit function works only with objects. This could be a heavy limitation because I have to do strange jokes to make my data arrive to the client.