mcpi v0.0.0.4 Release Notes

Release Date: 2013-02-28 // about 11 years ago
  • An initial attempt at handling invalid commands has been added by flushing the connection buffer each time a command or query is sent.

    Queries now raise an IOError if they return the message Fail (it could also be due to the previous command failing if the buffer flush mentioned above did not catch the error).

    ➕ Added the debugmcpi example. This is now built, along with hmcpi, 🏗 by setting the build-debug configure option (which is turned off 0️⃣ by default).