billowy-airplane-97030
05/08/2025, 1:29 PMserve.opl
block.
I'm not entirely sure what the serve.opl.write_listen_file
is supposed to do. I suspect that this might have something to do with the /opl/syntax/check
HTTP endpoint, but the description of that endpoint is pretty vague.
Very quickly can someone give me a quick rundown of what this config option is and what it does please :3?billowy-airplane-97030
05/08/2025, 1:50 PMbillowy-airplane-97030
05/08/2025, 1:55 PMwrite_listen_file
just creates a file containing a port number that was free, and thus this feature is only used when the port
setting is set to 0
.billowy-airplane-97030
05/08/2025, 2:02 PMv0.12.0
doesn't know what it is, but it works with v0.14.0
. Looking at the /tmp
directory it saves the following string:
127.0.0.1:33523
. Guess my suspicions were correct. Sorry for the bother!