cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
2020-12-16T03:29:37.227500Z

Hi there, thanks for making Krell! trying to troubleshoot my setup where the clj -m krell.main -co build.edn -c -r command is "Waiting for device connection on port 5001", and the app is loaded on my phone and saying "Waiting for Krell to load files". Any tips on where to look to troubleshoot? I'm using android on device and running everything from WSL2.

2020-12-16T03:31:20.228600Z

oh, I am seeing this error in metro bundler log, I've opened that port in the firewall and it seems to be accessible

[Tue Dec 15 2020 19:27:51.354]  LOG      An error occurred with client socket: failed to connect to /192.168.122.86 (port 5001) from /:: (port 41967): connect failed: ETIMEDOUT (Connection timed out)

2020-12-16T10:59:52.229500Z

How you configured your firewall for the port 5001? TCP or UDP?

2020-12-16T19:24:03.229800Z

tcp only, should it be udp?