static Map<String, dynamic> heartbeat() { return { 'type': 'heartbeat', 'protocol': version, 'timestamp': DateTime.now().millisecondsSinceEpoch, }; }