You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for Socket.IO clearly states that the Client method emit accepts one or more arguments, unlimited. The type definitions for the release version of ng-socket-io restricts us to 3 arguments (event name, some data point or object, callback function) artificially and needless restricting the functionality of the underlying dependencies.
The text was updated successfully, but these errors were encountered:
The documentation for Socket.IO clearly states that the Client method
emit
accepts one or more arguments, unlimited. The type definitions for the release version of ng-socket-io restricts us to 3 arguments (event name, some data point or object, callback function) artificially and needless restricting the functionality of the underlying dependencies.The text was updated successfully, but these errors were encountered: