Compare commits

..

No commits in common. "f63ad460d55ad9f3b17d6025001e7eb5a6e405af" and "525e10badc52ae944abcd482f9af2353916674c3" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class SocketUtils extends SyncSocket{
class SyncSocket {
String url = '127.0.0.1';
static int port = 46182;
static int port = 12345;
RawDatagramSocket? socket;