Bugfix - first SBA registration should be async
michaelyaakoby
released this
13 Jul 06:29
·
40 commits
to master
since this release
First SBA registration was done on the "main thread" so any communication issue blocked the application from starting.
Instead, the first registration attempt is now async as all the subsequent registrations were.