diff options
Diffstat (limited to 'frontend/src/views/HostView.vue')
| -rw-r--r-- | frontend/src/views/HostView.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/views/HostView.vue b/frontend/src/views/HostView.vue index 4b25aa8..8d6a6b9 100644 --- a/frontend/src/views/HostView.vue +++ b/frontend/src/views/HostView.vue @@ -62,6 +62,8 @@ function openSocket(id: string) { <main> <template v-if="waitingForCode"> <h1>Requesting session...</h1> + <p>If you are stuck on this page then disconnect from eduroam and use the guest network (or mobile data). + UoN eduroam appears to block insecure websockets over the Internet which breaks this entire app.</p> </template> <template v-if="!started && !waitingForCode"> <h1>Join this game</h1> |
