Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies
MIT License
1.13k stars 380 forks source link

How to print the handshake messages? #76

Closed vivekgb closed 3 years ago

vivekgb commented 5 years ago

How do print the hand shake messages that is received and transmited? I set the logging level to DEBUG.

Pithikos commented 3 years ago

This should be working. Feel free to come back if you stumble on it again