By popular demand I have redone my home automation project to be based on cgate ([URL]https://github.com/anthonywebb/node-cbus[/URL]) I have noticed that the lag between a keypress and the actual event being reported by cgate can sometimes be significant. IIRC this is one reason I ended up going with the CNI based approach. The CNI direct connect method that I was previously using is very very snappy as compared to the CGate connector. Is anyone out there aware of any tricks to eliminate the lag? Is there some sort of a message prioritization setting that would help?