You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
I'm staying subscribed to this. I really hope the enhancement is added because I use my personal laptop to fold at school sometimes and my school blocks every other port except 80 so a port 80 fallback would be nice in case port 8080 cannot connect.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Full FAH client supports both port 80 and 8080. NaCl should do the same. See line 870:
function ws_call(ws, cmd, data, success, error, upload, download) {
server_call('http://' + ws + ':8080/api/' + cmd, data, success, error,
upload, download);
The text was updated successfully, but these errors were encountered: