Hello Eric,
I started a project to control my jalousies by the RasPi using WebIOPi and the I2C interface.
To use the RasPi 7 inch Touchscreen together with I2C, I had to go from RasPi1 (revB) to RasPi2 or RasPi3.
With the change to these newer variants, I encountered big problems with WebIOPi, as several patches were required to be installed to get WebIOPi installed ("sudo ./setup.sh) without errors.
After solving that, currently with RasPi3 and Raspian Jessie, my script works when started within the command line interface, then the "webiopi.loop()" is called.
But as soon as I enable the WebIOPi start during boot ("sudo systemctl enable webiopi" or "sudo update-rc.d webiopi defaults" or inserting the command line string into "etc/rc.local",
the "webiopi.loop()" is only called once during start ?!?
So my wish for a new release would be to create an update of WebIOPi 0.7.1 with main focus to support RasPi2 and RasPi3 and ensure proper function also with Raspian Jessie,
to avoid any patch would be necessary to install or to run properly.