issues
search
mattdonnelly
/
Swifter
[DEPRECATED] :bird: A Twitter framework for iOS & OS X written in Swift
MIT License
2.37k
stars
387
forks
source link
Dictate completion DispatchQueue at time of init
#337
Closed
kyledotmp3
closed
3 years ago
kyledotmp3
commented
3 years ago
In this PR:
Dictate DispatchQueue with which to fire completion blocks at time of init
Why?
When using this library in non-mac or non-ios environments (e.g. Vapor) there is no
main
queue so completion blocks never fire.
Testing:
[ ] Ensure
jsonSuccessHandler
fires as expected
In this PR:
Why?
main
queue so completion blocks never fire.Testing:
jsonSuccessHandler
fires as expected