You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating more than one new pigpio to connect to multiple hosts, issue arise with connect/disconnect because the info object in pigpio-client.js is global. This object definition should be moved inside the exports.pigpio = function (pi) {... block.
The text was updated successfully, but these errors were encountered:
raintonr
added a commit
to raintonr/pigpio-client
that referenced
this issue
Feb 4, 2025
When creating more than one
new pigpio
to connect to multiple hosts, issue arise with connect/disconnect because theinfo
object inpigpio-client.js
is global. This object definition should be moved inside theexports.pigpio = function (pi) {...
block.The text was updated successfully, but these errors were encountered: