mixer / carina

Easy to use library for connecting to and using Mixer's Constellation
MIT License
10 stars 3 forks source link

Maxeventlistenersexceeded - ConstellationSocket #28

Closed JMTK closed 4 years ago

JMTK commented 4 years ago

Hello,

I use Carina for my Discord bot that currently has ~210 users. When I go to subscribe them using Carina, I eventually get a "MaxEventListenersExceeded" error for ConstellationSocket. Setting maxEventListeners for the Carina instance doesn't seem to affect it since it's internal

JMTK commented 4 years ago

I think I resolved this after discovering a "maxEventListeners" property for the Carina constructor.