hectorfaria
Results
2
comments of
hectorfaria
I fixed mine putting inside an express server, like this. Hopefully is useful for anyone having this problem: ``` const express = require('express'); const WebSocket = require('ws'); const app =...
Same thing for me, working on android but not for iOS