2026/09/17

From WoozleCodes
Jump to navigation Jump to search
Thursday, September 17, 2026 (#260)
prev ⇐ Wednesday Thursday Friday

References

Main Work

The careful re-think of how Ferreteria connection-sessions are structured is more or less done, all the show-stopper bugs have been fixed, and I'm now dealing with this one bug which happens after a certain number of schemas have been exported.

  • This seems to be due to 3 streams being opened per schema but somehow not closed.
  • I've added code to display the number of open streams before and after DoInOutLoop() closes them, but... I'm not seeing that output, so it's time for a logpaste so I can search for it...

10:45

Okay! So. $oCanals->Shut() has exactly zero effect on the number of streams. Time to investigate what happens there...