Hi,
Does anyone know a way to slow down the button sending from PRISM to LFS?
I currently have maybe 40 buttons sent in a row and some people with weaker internet connection lose connection.
I thought of adding a 30ms pause in between each button send, but it doesn't really seem possible since it isn't multi-threaded.
I changed the speed of the main loop in PRISM, but that just causes it to use 50% CPU performing the stream_select() much more.
Ugh, PHP.
Does anyone know a way to slow down the button sending from PRISM to LFS?
I currently have maybe 40 buttons sent in a row and some people with weaker internet connection lose connection.
I thought of adding a 30ms pause in between each button send, but it doesn't really seem possible since it isn't multi-threaded.
I changed the speed of the main loop in PRISM, but that just causes it to use 50% CPU performing the stream_select() much more.
Ugh, PHP.