Currently the SimConnectConnection explicitly supports .on and .emit, but to prevent "dead" event handlers from hanging around it would be good to also add wrappers for the .off and maybe .once EventEmitter functions.
They technically work right now, but it might be nicer to have the code make that explicit?
Currently the SimConnectConnection explicitly supports .on and .emit, but to prevent "dead" event handlers from hanging around it would be good to also add wrappers for the .off and maybe .once EventEmitter functions.
They technically work right now, but it might be nicer to have the code make that explicit?