mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-06-27 14:53:11 +00:00
domain
This commit is contained in:
@ -197,7 +197,7 @@ class DistributedConnection extends NetworkConnection with IStore
|
||||
var sock = new TCPSocket();
|
||||
|
||||
|
||||
sock.connect(domain, port).then<dynamic>((x){
|
||||
sock.connect(address, port).then<dynamic>((x){
|
||||
assign(sock);
|
||||
//rt.trigger(true);
|
||||
}).error((x)=>_openReply.triggerError(x));
|
||||
|
Reference in New Issue
Block a user