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
Payload sizes now are 2k. However, pusher is hard-coded to 256 bytes. In addition, if your payload is > 256 bytes pusher will just blast the payload into the allocated buffer for notification types 0 and 1, going past the end of the buffer.
The text was updated successfully, but these errors were encountered:
Payload sizes now are 2k. However, pusher is hard-coded to 256 bytes. In addition, if your payload is > 256 bytes pusher will just blast the payload into the allocated buffer for notification types 0 and 1, going past the end of the buffer.
The text was updated successfully, but these errors were encountered: