Anyone had success running figwheel over a tunneling tool like ngrok?
My websockets keep timing out on the remote machine
I've set :websocket-host :js-clieht-host
, and the URL looks correct in my chrome dev tools...just keeps refusing the connection
Trying to set it up so that my QA guy can see code changes live while we work out issues