PaulNieuwelaar / processjs

Other
51 stars 18 forks source link

Support call action Synchronous #7

Open eshmaya opened 5 years ago

eshmaya commented 5 years ago

Hi, In a very specific scenario it is required to perform call action Synchronous. So I have made a small change that let you send bool value (false) in the last parameter(async) to perform the request Synchronous.

It doesn't effect the current call but only new call that have the last parameter(async) = false.

I also add an example to call action sync (async=false).

regards