Nelson Pina
Results
2
comments of
Nelson Pina
I dug a bit deeper and found out the following: the error with decoding the event can be avoided if instead of trying to decode the `event` we decode `event.Data`....
FYI, these are the changes I have made to get it going for PubSub events: @ events.go / line: 90 ``` func (e *Event) PubSubMessage() (*PubSubMessage, error) { type EventData...