@tve thanks for the reply. So what you just describe is pretty much what I thought I tried. I created a real simple flow to test this.
[{"id":"bef7fe507bc6ac56","type":"debug","z":"fb784d661b2113e1","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":410,"y":580,"wires":[]},{"id":"2c808749b064562c","type":"inject","z":"fb784d661b2113e1","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"3","crontab":"","once":true,"onceDelay":0.1,"topic":"test","payload":"1","payloadType":"num","x":250,"y":620,"wires":[["bef7fe507bc6ac56","c53c24ae520755a8"]]},{"id":"c53c24ae520755a8","type":"flexdash out","z":"fb784d661b2113e1","name":"test","server":"878dd08857039ccf","x":410,"y":640,"wires":[]},{"id":"878dd08857039ccf","type":"flexdash config","port":"80","ioOpts":"{}","path":"/flexdash","redServer":true,"saveConfig":true,"allOrigins":true,"ctxName":"default","devServer":false,"devInstall":false,"name":"FlexDash"}]
Here is the output from the inject node..
Now on the FlexDash i have the socket io path set to:
On my dashboard stat widget
The output widget shows...
Maybe I am not initializing the flexdash correctly.