Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

agent: fix socket push type mismatch

+2
+2
apps/sower_agent/lib/sower_agent/socket_client.ex
··· 216 216 end 217 217 218 218 def handle_reply(ref, response, %{upgrade_ref: ref} = socket) do 219 + socket = Map.delete(socket, :upgrade_ref) 220 + 219 221 {:ok, response} = response 220 222 221 223 case SowerClient.Schemas.Orchestration.Deployment.cast(response) do