-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mutliple arguments when Ack #21
Labels
Comments
FYI: Spread operator only works on Dart 2.3, but our internal project still works with Dart 2.1. |
I think this work too for concat values for lower than dart 2.3
EDIT : Fixed all issues that i have meet. Thanks for your helping too. For emiting part:
For ack part:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to get work with featherjs and unable to work with the direct connection given at documentation.
Worked well after make this fix.
( L150, lib/src/socket.dart )
Example code:
And also for arguments when success feathers only return error & data, when error only receive error and dart would throw error.
Error Message:
The text was updated successfully, but these errors were encountered: