Skip to content

Fix issues #21#22

Merged
jumperchen merged 1 commit intorikulo:masterfrom
Oskang09:master
May 15, 2019
Merged

Fix issues #21#22
jumperchen merged 1 commit intorikulo:masterfrom
Oskang09:master

Conversation

@Oskang09
Copy link
Copy Markdown
Contributor

@Oskang09 Oskang09 commented May 14, 2019

#21 Fixed for multiple arguments should be add into current array.

Before:

_socket.emit('get', [ 'product', 5 ]);

data = [ 'get', 'product,5' ];

After:

_socket.emit('get', [ 'product', 5 ]);

data = [ 'get', 'product', 5 ];

@jumperchen jumperchen merged commit a8c07e3 into rikulo:master May 15, 2019
@jumperchen
Copy link
Copy Markdown
Member

Thanks for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants