I'm sorry. Indeed, I was just trying to connect through different ports between them
Search found 2 matches
- Wed Jul 25, 2018 1:59 pm
- Forum: General
- Topic: connection reffused
- Replies: 3
- Views: 3753
Re: connection reffused
- Sun Jul 22, 2018 2:29 pm
- Forum: General
- Topic: connection reffused
- Replies: 3
- Views: 3753
connection reffused
Hello! I'm trying to create a client-server application. I have a question on luasocket. I connect the socket = require ("socket") library and write the code: function Backgammon: rand () host = "localhost" port = 28005 c = assert (socket.connect (host, port)) return ...