flutter_socket_io icon indicating copy to clipboard operation
flutter_socket_io copied to clipboard

fix modifying arguments for every listener

Open mirkancal opened this issue 6 years ago • 2 comments

I've noticed that the current code modifies the arguments for every listener. Here's my fix for that.

mirkancal avatar Sep 20 '19 07:09 mirkancal

@mirkancal "call by reference" objects(Map/List) might be an issue if we use same arguments for calling all event listeners @mirkancal

tiholic avatar Oct 02 '19 08:10 tiholic

@mirkancal please take a look at new version and see if we still need this PR to be landed.

tiholic avatar May 20 '21 06:05 tiholic