mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
parent
faa2a3e304
commit
5310616b10
@ -28,7 +28,7 @@ p(X) ->
|
||||
ok.
|
||||
|
||||
t() ->
|
||||
Port = 9999,
|
||||
Port = 9090,
|
||||
|
||||
{ok, Client0} = thrift_client_util:new("127.0.0.1",
|
||||
Port,
|
||||
|
@ -63,7 +63,7 @@ zip() ->
|
||||
%%
|
||||
|
||||
start() ->
|
||||
start(9999).
|
||||
start(9090).
|
||||
|
||||
start(Port) ->
|
||||
Handler = ?MODULE,
|
||||
|
Loading…
Reference in New Issue
Block a user