The deprecated Sock option API has now been removed in favor of the new functional args API. Example:
sock := NewSock(Dealer)
defer sock.Destroy()
sock.SetOption(SockSetHeartbeatIvl(2000))
The deprecated Sock option API has now been removed in favor of the new functional args API. Example:
sock := NewSock(Dealer)
defer sock.Destroy()
sock.SetOption(SockSetHeartbeatIvl(2000))