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
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 .....
The text was updated successfully, but these errors were encountered:
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 .....
The text was updated successfully, but these errors were encountered: