Send a message to all connected clients
void send(Map<String, dynamic> data) { _reconnecting?.send({'type': 'message', 'data': data}); }