Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I now have PHP, LGSM & TMUX all talking nicely to each other so I have added LGSM support to my API code, however in a certain part of the code I am waiting for a task to finish, easy get the pid of the process and wait for it to disappear. The code ended in an infinite loop, so I had look at this and saw this as the only explanation.

so as you can see there is only 1 tmux task running (red arrow) both games so for some reason the pid I recorded at start was incorrect hence the loop. you will also notice there is a 'cat' task per game still open I don't think that would have any bearing on the tmux issue but interesting nevertheless. I have just opened up a pair of tmux windows and ran up 2 servers and the effect is the same so this is a tmux issue rather than an LGSM issue. but the 'cat' issues are LGSM as they don't appear in the task list if you start the servers manually. I just left this here just in case someone else out there gets caught out waiting for a task to finish that isn't there in the first place.
Beta Was this translation helpful? Give feedback.
All reactions