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
can't check it locally because of untrusted local certificate but the connection is using popular gorilla/websocket and seems to be established without errors
NewSecureDialer doesn't exist. The authentication code in readme file should be updated as below:
sa := gremgo.SetAuthentication("userame", "password")
dialer := gremgo.NewDialer("wss://htgremlin.gremlin.cosmos.azure.com:443", sa) // if ssl, using wss
Seems to be missing?
The text was updated successfully, but these errors were encountered: