Drop data unpacking entirely, expose data as tuples of type (TYPE, ENDPOINT, DATA) where ``` TYPE = 'Stream' or 'Request' ENDPOINT = channel_name or request_method DATA = raw `JSONRPC` message ``` Also drop prints to console.
Drop data unpacking entirely, expose data as tuples of type
(TYPE, ENDPOINT, DATA)
where
Also drop prints to console.