Jonathan Gros-Dubois

Results 116 comments of Jonathan Gros-Dubois

I can't see the line numbers in your stack trace. Based on what I can see, it does not look like an error from inside the `socketcluster-client` code. Could it...

@jirehnimes Glad you found a solution, I was going to suggest this approach with protocolVersion. I have not heard of this issue before so I'm thinking that it could have...

I think right now it makes sense for developers to define the TS interfaces themselves in their projects but we can start thinking about updating DefinitelyTyped definitions. One thing to...

I thought Angular was `ng-`; it was at some point ;p

@DanielRose Wow nice work :)

If it works on web and React Native, it should work on Android. Is there any difference in your setup for the two platforms? Maybe something is different with bundling...

@KaniZ0r This shouldn't be a problem because `Object.assign` mutates the original opts object. So `this.options === opts`. That said, we can modify the original code to make this more clear....

@UppaJung Sorry for the delay in response. The current code is intended behaviour, the last function passed to the `applyEachSeries` call is not meant to be the `next` callback; it's...

@BenV Support for this use case was not added explicitly but I'll try to fix this.

@UppaJung Could you confirm if your middleware function had the current number of arguments? Could this be the root of your issue or something else? The test cases which cover...