noisyboiler / wampy

Websocket RPC and Pub/Sub for Python applications and microservices
Mozilla Public License 2.0
127 stars 24 forks source link

WebSocket Ping Pong #86

Closed noisyboiler closed 5 years ago

noisyboiler commented 5 years ago
noisyboiler commented 5 years ago

@dmugtasimov see how you get on with this? Pings are done by configuration and wampy currently relies on OS environ variables. the heartbeat is set to zero in constants.py which disables this new feature by default, but you can adjust it with an env variable - see the updated README. Feedback appreciated as this is basically just a prototype/alpha feature. thanks