You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the last commit: 896769f broke the build. As Auth interface has CheckACL(action, clientID, username, ip, topic string) bool method, however broker/auth.go:28 uses b.auth.CheckACL(action, username, topic). When you build it with go build . you get: # github.com/fhmq/hmq/broker broker/auth.go:28:25: not enough arguments in call to b.auth.CheckACL have (string, string, string) want (string, string, string, string, string)
The text was updated successfully, but these errors were encountered:
Hello, the last commit: 896769f broke the build. As Auth interface has CheckACL(action, clientID, username, ip, topic string) bool method, however broker/auth.go:28 uses b.auth.CheckACL(action, username, topic). When you build it with go build . you get:
# github.com/fhmq/hmq/broker broker/auth.go:28:25: not enough arguments in call to b.auth.CheckACL have (string, string, string) want (string, string, string, string, string)
The text was updated successfully, but these errors were encountered: