You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long time ago we were getting proper response from one action and it was overwritten by nil from another one(the effect in browser was 404 error), so we are taking the possibleResponse from action and checking if it isn't nil before assigning it to response that we are about to sent.
https://github.com/foundpatterns/lighttouch-libs/blob/7eb07b2262d7cf37db1be123989e6f282b762969/package_loader.lua#L237
what is the logical flow from and then onward with possibleResponse?
can we also name it possibe_outgoing_response?
The text was updated successfully, but these errors were encountered: