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
I don't know if anyone else has observed this. I use svelte for the front-end following the template on gihub. Everything is fine, but after some time, which I cannot determine, the golang code stops responding to calls from the javscript code.
I am keeping global state in golang using Mutex locks.
Could it have something to do with the fact that lorca is based on devtools?
I use yarn build followed by ./app on MacOs.
Any ideas?
The text was updated successfully, but these errors were encountered:
My app times out after 10 minutes in test mode (go test) with no activity.
Running normally, it stays up.
*Tom Young47 MITCHELL ST.STAMFORD, CT 06902*
*When bad men combine, the good must associate; ...*
-Edmund Burke 'Thoughts on the cause of the present discontents' , 1770
I don't know if anyone else has observed this. I use svelte for the front-end following the template on gihub. Everything is fine, but after some time, which I cannot determine, the golang code stops responding to calls from the javscript code.
I am keeping global state in golang using
Mutex
locks.Could it have something to do with the fact that lorca is based on devtools?
I use
yarn build
followed by./app
on MacOs.Any ideas?
The text was updated successfully, but these errors were encountered: