Document synchronous networking in README
3lvis opened this issue · 6 comments
3lvis commented
public var isSynchronous = false
Networking/Sources/Networking.swift
Line 141 in 828f3c5
Smiacter commented
I use post with parameters, type is .formURLEncoded, and set isSynchronous = true. but it not work, it's also asynchronous request...
3lvis commented
Hi @Smiacter,
All the tests are synchronous and I have a test for formURLEncoded and got it working without problems. Could you double check or share an example of what you're doing with me? All is working fine here.
3lvis commented
This is the unit test I mentioned https://github.com/3lvis/Networking/blob/master/Tests/POSTTests.swift#L91-L114