chrahunt / TagProReplays

Record yourself in TagPro!
GNU General Public License v3.0
21 stars 14 forks source link

Don't consider 'Attempts to use a disconnected port object' a recording failure #202

Open chrahunt opened 7 years ago

chrahunt commented 7 years ago

Currently we catch anything that goes wrong on save, to include failure of sendResponse. Because we have already successfully saved the replay we don't need to consider this a failure, since it's just the display of successful save to the user. Likewise for replay import, no point reporting failure there.