deltanet / adapt-contrib-xapi

TinCan/xAPI extension for the Adapt Framework
GNU General Public License v3.0
0 stars 0 forks source link

Improve error logging and prevent silent initialisation failure #21

Closed deltanetdan closed 4 years ago

deltanetdan commented 4 years ago

There seem to be occasional instances of initialization or listener setup failure which occurs without any logs or warnings.

Extra logs should be added on initialization to show progress. Also the return on line 443 could possibly be removed so that listeners are setup even on failed connection.

In this instance any xAPI calls would result in an error which would actually be desirable.