Aditya Kurkure
10/26/2022, 5:33 AMzipline.take
and would cache that till the next call to zipline.take
. Does the client poll the zipline server? (or some other way the server pushes data to the client like in grpc). Is there a way to ensure that even if the file is changed we don't make changes on the client side if the client is in the middle of a flow using zipline? Consider that the user is in the middle of a payment flow and we make changes to the js file it could it not lead to some unexpected behaviour?Aditya Kurkure
10/26/2022, 7:16 AMjw
10/26/2022, 11:45 AM