Show error or throw error on emit('event', { some: 'data' })
#52
Labels
seen
I've seen and read this issue and I'll try find some time soon to work on it.
When using
emit('event', { some: 'data' })
, it seems nothing is sent to the client, and no error message is shown or thrown.It would be great if a notice would be provided to the developer that they use wrong parameter format.
The text was updated successfully, but these errors were encountered: