Kevin Quick
Kevin Quick
The `eval()` is the actual behavior, it's just that the display at startup shows the _raw_ file contents prior to `eval()` (in case the `eval` fails with an error). The...
I think the `Log transmit record @ 20, level = 20` lines are debug output that I've since removed? It's vaguely familiar, and I don't see anywhere in the current...
I've released version 3.10.5; let me know if that still has unusual output about log transmit records.
Apologies: I missed this on the original posting. The initial set of warnings looks to be similar to https://github.com/kquick/Thespian/issues/11. The error indicates that there is some other process that is...
Good to hear that it works fine in one environment and we can focus on Windows. The MacOS error in the original port was probably a port conflict that we...
Ah yes, that was my mistake: an empty string corresponds to `INADDR_ANY` which is valid for the server accept binding but not for the client transmit. That confirms that the...
That didn't provide much, although I forgot to ask you to set the `THESPLOG_THRESHOLD` to `DEBUG`. It didn't log any errors though, which is curious. What happens if you remove...
I did some investigation and fixed an issue that might be causing the behaviors observed above. Can you both try pulling the latest Thespian from master and re-run your tests....
I don't have a Windows system to test on unfortunately. That may have been a mis-spelling (the `c` in console might need to be capitalized), or you can comment out...
Any updates from your end, @ProlucidDavid or @neurobs ?