Once client connected to other DC it can not proceed work:
1 SendRequestAsync() calls RequestWithDcMigration()
2 it gets DataCenterMigrationException()
3 and calls ReconnectToDcAsync()
4 ReconnectToDcAsync() calls SendRequestAsync< TLExportedAuthorization > i.e. goto 1 :)
Where is a proper exit?