1602 / kontroller

Generic Controller for express / compound / socket.io and everything else
8 stars 5 forks source link

Undefined action in stylesheet cache #12

Open jvskelton opened 9 years ago

jvskelton commented 9 years ago

I keep running into an intermittent issue with the stylesheet cache that seems to originate from kontroller/lib/flow-control.js. From time to time the browser losses its stylesheets completely and outputs an error similar to: Error: undefined action stylesheet=#cache_c0cad.....

that seems to originate at flow-control line ~67. Which is called from compound/lib/controller-bridge.js line ~169.

restarting the node process always fixes the issue, but continues to occur on rare occasions.