Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "websockets: continue listening for messages after parsing com…
…pletion" This reverts commit 9ea5f8a. The one-shot behavior of receive_message was intentional, and simply requeuing the old callback every time will eventually overflow the stack due to repeated async_callback wrappers. An alternate interface that doesn't require receive_message to be called for every message may be added in a future change. See discussion at http://github.com/facebook/tornado/commit/9ea5f8a277db96557ae7867375c7db4d8c5f633a
- Loading branch information