Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@jkandasa jkandasa released this 06 Jan 01:23
20c2c5a

Contains BREAKING CHANGES

  • get new client function name changed and encryption key argument added on the new function
old: func Init(clientID, address string, timeout time.Duration, handlerFunc func(proto.Message)) (*Client, error) 
new: GetClient(clientID, address, encryptionKey string, timeout time.Duration, handlerFunc func(proto.Message)) (*Client, error)