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
After X time, the snake crash with a SegFault error.
No idea so far from the error come from
Currently the work around is to restart the process (autostart.sh) which bad because
1- The snake doesn't reply to the current request
2- Julia starting process with the JIT compilation, means that the next request of any type (start, move, etc) will failed too
The text was updated successfully, but these errors were encountered:
After X time, the snake crash with a SegFault error.
No idea so far from the error come from
Currently the work around is to restart the process (autostart.sh) which bad because
1- The snake doesn't reply to the current request
2- Julia starting process with the JIT compilation, means that the next request of any type (start, move, etc) will failed too
The text was updated successfully, but these errors were encountered: