messages_from_raw#

class fastf1.livetiming.client.messages_from_raw(r)[source]#

Extract data messages from raw recorded SignalR data.

This function can be used to extract message data from raw SignalR data which was saved using SignalRClient in debug mode.

Parameters:

r (Iterable) – Iterable containing raw SignalR responses.