Occasionally the Purple LN checkout fails with an error pop up with the message: "Failed to get checkout info from our servers"
Looking at the logs I see intermittent error logs that cause the process to crash and restart.
Here is a rough stack trace:
load_lnsocket(...)
new LNSocket(...)
Module._lnsocket_create(...)
_emscripten_resize_heap(...)
abortOnCannotGrowMemory
Aborted(OOM)
Probable root cause
Resource leakage around the instantiation of LNSocket.
Occasionally the Purple LN checkout fails with an error pop up with the message: "Failed to get checkout info from our servers"
Looking at the logs I see intermittent error logs that cause the process to crash and restart.
Here is a rough stack trace:
load_lnsocket(...)new LNSocket(...)Module._lnsocket_create(...)_emscripten_resize_heap(...)abortOnCannotGrowMemoryAborted(OOM)Probable root cause
Resource leakage around the instantiation of LNSocket.