Closed ghostzero closed 2 years ago
For the records: Customer just serialize/unserialize the events before putting them into the queue. It would be awesome if tmi just serialize the classes by it's own. Eg. ignore the client in serialization, but then you cannot access client after unserialize 🤔
Hmm, complicated. It would be better to just remove client from the events.
Fixed in release 2.3.1.
How to reproduce:
https://github.com/ghostzero/tmi/blob/c2c34aecfa4968784db7ac57346e22d578109e21/src/Events/Event.php#L12