我们通过日志发现,有大量的sessionClient会为null的情况,我们每次在加载页面的时候都会先去调用sonicSession.destroy();然后再创建session和client,可能是开始加载时候调用了sonicSession.destroy()引起的。