Can't send UDP package due to rate limit

I’ve been playing with homebridge for a while now, and I discovered yesterday that I can control the brightness with Homekit.

Unfortunately, this feature sends a lot a UDP package (one for each % the brightness changes).

This caused one (I don’t still know which one) to deny any UDP bind, and I got the following error:

UDP error Error: bind EADDRINUSE 0.0.0.0:56700

Is there any way to reset my bubble ?

That’s strange. Have you tried flicking the light switch on and off 5 times? If that doesn’t fix it, I’d say contact LIFX support.

The Address in use error looks like there is another process which is bound to the same address and the socket is not have the reuse address flag.

Check to see if you have another process running that is bound to 0.0.0.0 on port 56700