Apollon77 / hap-controller-node

Node.js library to implement a HAP (HomeKit) controller
Mozilla Public License 2.0
54 stars 16 forks source link

added try catch to the resubscribe function #194

Closed thkl closed 1 year ago

thkl commented 1 year ago

this is to prevent crashes if there are any network errors during the process of subscribing again

Apollon77 commented 1 year ago

Thank you very much!