Closed digitalkaoz closed 1 year ago
well actually it doesnt solve the problem in reality. the solutions was to disable createGroup
and create the group & stream proactivly.
Remember PHP is stateless, so every Requests kicks on the Describe Groups Stuff which raises the RateLimitException on heavy load
BugFix
fix initializing phase by sending logs to buffer during initialization by introducing a second variable
initializing
so subsequent log calls wont call theinitialize
phase again.Update
sequenceToken
fixes #111 fixes #86