Skip to content

v0.3.21

Choose a tag to compare

@Siliariy Siliariy released this 28 Dec 08:57
· 24 commits to master since this release
947e40b

Retry info on user info request introduced:

  • If network limits exceeded during user info
    obtaining then UserInfoModel will contain special
    field ('retry') filled accordingly
  • Method getCurrentContacts added in ContactKeepingClientImpl
    in order to have an opportunity to clean account up
    before user info requests if too much contacts presented

Registration timeout transitioned to user space:

  • Messages reading cycle now transitioned from
    internal class to user space - in order to provide
    user possibility to implement own timeout logic