flutter_socket_io
flutter_socket_io copied to clipboard
fix modifying arguments for every listener
I've noticed that the current code modifies the arguments for every listener. Here's my fix for that.
@mirkancal "call by reference" objects(Map/List) might be an issue if we use same arguments for calling all event listeners @mirkancal
@mirkancal please take a look at new version and see if we still need this PR to be landed.