Skip to content
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

Update to support Socket v4 #168

Closed
m1ga opened this issue Apr 18, 2022 · 1 comment
Closed

Update to support Socket v4 #168

m1ga opened this issue Apr 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@m1ga
Copy link
Contributor

m1ga commented Apr 18, 2022

Update the Android and iOS module to support Socket Server v4

Android version is here already: #164
(used by some Slack members already)

Current nodejs workaround is:

const io = new Server(httpServer, {
  allowEIO3: true // false by default
});
@m1ga m1ga added the enhancement New feature or request label Apr 18, 2022
@hansemannn
Copy link
Contributor

Android already supported (thanks @m1ga), iOS can be tracked here: #174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants