3lvis/Networking

Document synchronous networking in README

3lvis opened this issue · 6 comments

3lvis commented
public var isSynchronous = false

public var isSynchronous = false

I use post with parameters, type is .formURLEncoded, and set isSynchronous = true. but it not work, it's also asynchronous request...

3lvis commented

@Smiacter I'll check it out. Thanks for reporting this!

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 Thanks, I'll check it again.

@3lvis ok, I'll try it, thanks for your help.