Open olareoun opened 6 years ago
Before upgrading to version 8.0.5 It 'worked' by doubling the array
mockServer.emit('surveys', [[
{ id: 1, name: 'Survey 1' },
{ id: 2, name: 'Survey 2' },
{ id: 3, name: 'Survey 3' }
]])
But now with #212 fix, the socket.io emit is broken and it serializes everything to string.
This is the situation: