players are actually doing something
This commit is contained in:
parent
492ec949a3
commit
f8b383232b
2 changed files with 30 additions and 13 deletions
|
@ -3,6 +3,7 @@
|
|||
-export([read/2, send_command/3]).
|
||||
|
||||
connect() ->
|
||||
%{ok,Socket} = gen_tcp:connect("ggs.jeena.net", 9000,[{active, false}]),
|
||||
{ok,Socket} = gen_tcp:connect("localhost", 9000,[{active, false}]),
|
||||
Socket.
|
||||
|
||||
|
|
Reference in a new issue