Thomas Stollenwerk
Thomas Stollenwerk
In our case we are using a sandbox dev deployment with minikube and rabbitmq. Running on windows using miniport and NodePort you can easily setup the dev environment against `minikube.mshome.net:FIXED_PORT`....
In our case locking the NodePort was possible: ``` [...] service: type: NodePort override: service: spec: ports: - name: tcp-amqp protocol: TCP port: 5672 targetPort: 5672 nodePort: 35672 [...] ```...
Still work in progress. But I need to get rid of all the licensed prefabs before...     
F.e access to `KcpClient.socket.LocalEndpoint`
After patching this to get the client port I also found out, that there's no way to set custom socket options for the server side. I had to patch `CreateServerSocket`...