this is a bigger update * refactor client.py * Revoke WuKongQueueClient class's arg `auto_reconnect`,`pre_conn`, set reconnection as default * add connection pool * rewrite tcp stream parse protocol(read/write) * fixed some bugs
0.0.6a1
* Support all python basic type * Optimize the part about communication Lock of the internal method
0.0.5
0.0.5rc1
*This is a big upgrades* * Remove the call to [`queue`][1] and develop directly based on its source code * add api [task_done()][task_done], [join()][join] * prefect docstring * fix bugs and big optimized