Closed emersion closed 1 year ago
The parameter of the first message is 536 bytes long, that's doubly illegal.
You have to truncate at 400 bytes of the base64 encoding, not the encoded payload
Bleh I read the spec backwards.
Fixed!
Gentle ping
The parameter of the first message is 536 bytes long, that's doubly illegal.
You have to truncate at 400 bytes of the base64 encoding, not the encoded payload