jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

Heartbeat message got removed #103

Closed marshauf closed 8 years ago

marshauf commented 9 years ago

turnpike handles Heartbeat messages which no longer exist: https://github.com/wamp-proto/wamp-proto/issues/106

jcelliott commented 9 years ago

The message type is still defined, but we don't actually send or receive them.

mourad commented 8 years ago

removed as per commit 859c711