Various minor fixes and improvements
0.6.3
Some pretty big changes behind the scenes, but they should be fully backwards compatible. Below is a list of changes:
Cheer.getImageURL(...)should now return a proper URL. Fix #30- You can now set a custom PING interval, for how often the connection should ping Twitch. See
TwirkBuilder.setPingIntervalFix #29 - You can now assign custom log methods to Twirk, in case you use some kind of logging framework. See
TwirkBuilder.setXXXLogMethod. Fix #28 (thanks to PR #31). - Calling connect after a disconnect should now work (
Twirk.closestill disposes of the instance and reconnect won't be possible). Fix #26 - You don't need to include the
#anymore in the channel name. Fix #21