MarByteBeep / StageLinq

NodeJS library implementation to access information through the Denon StageLinq protocol
GNU General Public License v3.0
25 stars 2 forks source link

Aserting Login here causes Resolume exiting to crash this library #17

Open chrisle opened 2 years ago

chrisle commented 2 years ago

https://github.com/MarByteBeep/StageLinq/blob/a9b396a36b211da2476306bd6d6e136b5882ca87/Controller.ts#L50

If a user has Resolume running somewhere on the network and it quits Resolume sends out a "DISCOVEREREXIT". That message is picked up by this method. This line asserts false and stops the program.

MarByteBeep commented 1 year ago

Can you post the entire contents of result at that point?