|
|
- tcpListener, err := hub.ListenTCP(this.meta.Address, this.meta.Port, this.HandleConnection, nil)
|
|
|
|
|
|
|
+ tcpListener, err := hub.ListenTCP6(this.meta.Address, this.meta.Port, this.HandleConnection, this.meta, nil)
|
|
|
log.Error("Unable to listen tcp ", this.meta.Address, ":", this.meta.Port, ": ", err)
|
|
log.Error("Unable to listen tcp ", this.meta.Address, ":", this.meta.Port, ": ", err)
|