dpallot / simple-websocket-server

A python based websocket server that is simple and easy to use.
951 stars 321 forks source link

100% CPU usage #16

Closed olemartinorg closed 9 years ago

olemartinorg commented 9 years ago

Steps to reproduce:

strace python SimpleExampleServer.py --example echo

Connect a client, then watch as endless select() calls are made.

dpallot commented 9 years ago

Recently been patched.