Skip to content
Prev Previous commit
Formatting
  • Loading branch information
Emyrk committed Apr 5, 2023
commit a34b6639b71b3640dc811b7b27a9ea73b1031162
4 changes: 2 additions & 2 deletions coderd/workspaceapps/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ type Server struct {
RealIPConfig *httpmw.RealIPConfig

SignedTokenProvider SignedTokenProvider
WorkspaceConnCache *wsconncache.Cache
AppSecurityKey SecurityKey
WorkspaceConnCache *wsconncache.Cache
AppSecurityKey SecurityKey

websocketWaitMutex sync.Mutex
websocketWaitGroup sync.WaitGroup
Expand Down