NetsBlox / Snap--Build-Your-Own-Blocks

a visual programming language inspired by Scratch
http://snap.berkeley.edu
GNU Affero General Public License v3.0
3 stars 6 forks source link

Handle request size too large #1531

Open dragazo opened 5 months ago

dragazo commented 5 months ago

Currently, if we make an RPC call that exceeds the services server's max request size, we get a JS error in the browser console and no return value from the call block (likely undefined or null). We should catch these failures and treat them as any other RPC error.