Added `idle_relaxation_time`option see https://github.com/cirospaciari/socketify.py/issues/152 Fix on_start/on_shutdown now litestar works with socketify Fix redirect delay
What's Changed * docs: adds RHEL/OEL based Linux install + markdown linting by cofin in https://github.com/cirospaciari/socketify.py/pull/138 * Update WS Documentation by wrieg123 in https://github.com/cirospaciari/socketify.py/pull/145 * Fix Response.send_chunk() and helpers.sendfile() by mikesway in https://github.com/cirospaciari/socketify.py/pull/150 * Remove unused import in example by domoritz in https://github.com/cirospaciari/socketify.py/pull/157 * Fix typo in routes docs by domoritz in https://github.com/cirospaciari/socketify.py/pull/165 * Update getting-started.md by leunga1000 in https://github.com/cirospaciari/socketify.py/pull/175 * Adding traceback info to the default error log by leunga1000 in https://github.com/cirospaciari/socketify.py/pull/176 * Fix variable naming issue inside listen method by iiPythonx in https://github.com/cirospaciari/socketify.py/pull/180 * fix on_start and on_stop by cirospaciari in https://github.com/cirospaciari/socketify.py/pull/191 * new relaxing mode by cirospaciari in https://github.com/cirospaciari/socketify.py/pull/192
New Contributors * cofin made their first contribution in https://github.com/cirospaciari/socketify.py/pull/138 * wrieg123 made their first contribution in https://github.com/cirospaciari/socketify.py/pull/145 * mikesway made their first contribution in https://github.com/cirospaciari/socketify.py/pull/150 * domoritz made their first contribution in https://github.com/cirospaciari/socketify.py/pull/157 * leunga1000 made their first contribution in https://github.com/cirospaciari/socketify.py/pull/175 * iiPythonx made their first contribution in https://github.com/cirospaciari/socketify.py/pull/180