PerfectlySoft / Perfect-LDAP

A simple Swift class wrapper of OpenLDAP.
https://www.perfect.org
Apache License 2.0
27 stars 16 forks source link

I found issue with async methods and fixed it #1

Open sofbix opened 5 years ago

sofbix commented 5 years ago

async method was wrong and my app had deadlock, I fixed it with api method

RockfordWei commented 5 years ago

Nice work! Could you please add some tests to the script?

RockfordWei commented 5 years ago

Hi, please note that Swift 5 will no longer support SPM 3 module format, so all system libraries would be merged and became independent. Would you like to change them in Package.swift? Or I have to close this PR and reopen it when ready.

sofbix commented 5 years ago

Last commit shouldn't get to this pull request. You can close it. And I can make test for async method. Sorry for that