Mike Saravayskiy
Mike Saravayskiy
I've got the same issue when sending message with string length 75695. It's pretty big message, but should be still valid. I get the same exception on NetworkStream.Write(). I am...
I think I've reproduced this within the same project and can't yet grasp the issue here: ``` task debugPlay { def runPlayTask = tasks.findByName('runPlay') runPlayTask.forkOptions.jvmArgs = ['-Xdebug', '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999'] doLast {...
And it was pretty easy to get what's happening from here. The issue is that `runPlay` task specifies file input tracking to trigger continuous build in gradle and it stays...
The main issue is that if you are trying to work in dynamic environments like heroku that give you random ports to bind to - you are doomed. You can't...