Closed timClyburn closed 7 months ago
When connecting via long polling the group token and message id where not being correctly added to the form body. The form body should have two parameters: messageId and groupToken. These should be form urlEncoded.
messageId
groupToken
@DVLP can you let me know what's required to get this PR merged and a release created please?
Thanks for your contribution. I added your change to the latest version with 2.4.3 update
When connecting via long polling the group token and message id where not being correctly added to the form body. The form body should have two parameters:
messageId
andgroupToken
. These should be form urlEncoded.