ijusplab / vue-cli-plugin-gas

Vue CLI plugin for Google Apps Script development using Clasp
11 stars 3 forks source link

Google mock Success/Failure callback fired at once, and execute in same thread #3

Closed murashi-sn closed 4 years ago

murashi-sn commented 4 years ago

When server-side method called in development mode, callbacks (registered by withSuccessHandler and withFailureHandler) fired at once, and callbacks executed same thread. Originaly, server-side methods are asynchronous. But in development mode, it behaves like synchronous.

I think, in development, only success callback should fired, because of easy to development for now.