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
Better would be to fallback to nextTick rather than setTimeout if setImmediate is not available. setImmediate is available in Node.js >= v0.10. The semantics of nextTick in Node.js v0.8 are what the lcd module expects. The semantics of nextTick in v0.10 and higher are different and no longer what the lcd module expects.
Node.js 0.8.x doesn't support setImmediate so fallback to setTimeout if setImmediate isn't available.
The text was updated successfully, but these errors were encountered: