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

issue with ios 15.2 #132

Open
cheviman opened this issue Jan 5, 2022 · 2 comments
Open

issue with ios 15.2 #132

cheviman opened this issue Jan 5, 2022 · 2 comments

Comments

@cheviman
Copy link

cheviman commented Jan 5, 2022

im getting strange behavior when i connect a safari with ios 15.2.

the error is in this line
$header['mask'] = $message[4] . $message[5] . $message[6] . $message[7];

and the error im getting is
Notice: Uninitialized string offset: 4 in .....
Notice: Uninitialized string offset: 5 in .....
Notice: Uninitialized string offset: 6 n .....
Notice: Uninitialized string offset: 7 in .....

@guldevec
Copy link

guldevec commented Jan 5, 2022

Debug to see what is in the $message variable , if array sizeof/count , or length if string

@GitHubIsShortOnUsernames

That's related to connections that aren't really websockets, likely someone scanning your services.

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

No branches or pull requests

3 participants