How to make the addon more robust to fatal API issues? #10
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
The web is the web. Stuff happens.
Sometimes numbskulls like me accidentally push breaking changes, sometimes Cloudflare has outages, sometimes players have firewalls... etc.
So what is Express supposed to do when it can't reach the API? Should it fallback to regular net messages, effectively acting like (or maybe directly using) Netstream? This would complicate the code a bit, and would probably create some annoying regression issues, but it would make messages sent with Express much more reliable.
And what if only one party has issues connecting to the API? Would the Netstream solution work in this case too?
The text was updated successfully, but these errors were encountered: