RobotWebTools / roslibjs

The Standard ROS JavaScript Library
https://robotwebtools.github.io/roslibjs
Other
659 stars 372 forks source link

Upgrade to eventemitter3 #668

Closed EzraBrooks closed 5 months ago

EzraBrooks commented 5 months ago

Public API Changes

Changes EventEmitter2 to EventEmitter from the eventemitter3 package.

Description

EventEmitter2 is dead and has some serious issues.. eventemitter3 is almost API-identical and extremely widely used (26 million weekly downloads on npm). This drop-in replacement should suffice.

EventEmitter3 also doesn't seem to limit max listeners, so that eliminates one of our test suites (yay)