Merge branch 'holepunch' of github.com:fosrl/newt_dg into holepunch

This commit is contained in:
Owen
2025-03-12 20:41:38 -04:00
7 changed files with 1012 additions and 24 deletions

View File

@@ -292,6 +292,7 @@ func (c *Client) establishConnection() error {
// Add token to query parameters
q := u.Query()
q.Set("token", token)
q.Set("clientType", "newt")
u.RawQuery = q.Encode()
// Connect to WebSocket