hmawla's avatar

hmawla wrote a reply+100 XP

5mos ago

cURL error 56: Recv failure: Connection was reset when dispatch an event

I had the same issue, and my problem was that the broadcast payload was too big, which caused it to crash. Ensure that you check if you are broadcasting a large amount of data and chunk it accordingly if necessary.