I just updated OmniSharp (first through SublimeText auto update, then through package remove and package install), and when I tries to run I get the error "connection pool is full." I've pasted the output below. Everything was working a couple versions ago, until I started getting the issue detailed here: https://github.com/OmniSharp/omnisharp-sublime/issues/135
First, when I launch SublimeText and save a file that's already in my project:
omnisharp plugin_loaded
project file %s found /Users/mafranklin/MyProj.sublime-project
solution_path:/Users/mafranklin/MyProj/MyProj-csharp.sln
omni_port:54790
/Users/mafranklin/Library/Application Support/Sublime Text 3/Packages/OmniSharp
"/Users/mafranklin/Library/Application Support/Sublime Text 3/Packages/OmniSharp/PrebuiltOmniSharpServer/omnisharp" -s "/Users/mafranklin/MyProj/MyProj-csharp.sln" -p 54790 -config "/Users/mafranklin/.config/omnisharp/config.json" --hostPID 71429
project file %s found /Users/mafranklin/MyProj.sublime-project
already_bound_solution:/Users/mafranklin/MyProj/MyProj-csharp.sln
project file %s found /Users/mafranklin/MyProj.sublime-project
already_bound_solution:/Users/mafranklin/MyProj/MyProj-csharp.sln
project file %s found /Users/mafranklin/MyProj.sublime-project
already_bound_solution:/Users/mafranklin/MyProj/MyProj-csharp.sln
project file %s found /Users/mafranklin/MyProj.sublime-project
solution path: /Users/mafranklin/MyProj/MyProj-csharp.sln
project file %s found /Users/mafranklin/MyProj.sublime-project
solution path: /Users/mafranklin/MyProj/MyProj-csharp.sln
file changed
======== request ========
Url: http://localhost:54790/addtoproject
Data: {"column": "1", "filename": "/Users/mafranklin/MyProj/Assets/Scripts/Game/Peeps/PeepManager.cs", [redacted]
INFO:OmniSharp.lib.urllib3.connectionpool:Starting new HTTP connection (1): localhost
======== request ========
Url: http://localhost:54790/codecheck
Data: {"column": "1", "filename": "/Users/mafranklin/MyProj/Assets/Scripts/Game/Peeps/PeepManager.cs", [redacted]
INFO:OmniSharp.lib.urllib3.connectionpool:Starting new HTTP connection (2): localhost
======== response ========
true
file added to project
True
======== end ========
WARNING:OmniSharp.lib.urllib3.connectionpool:Connection pool is full, discarding connection: localhost
======== response ========
response is empty
handling Errors
no data
======== end ========
And then, whenever I again save a file that's already in the project, I get this every time:
project file %s found /Users/mafranklin/MyProj.sublime-project
already_bound_solution:/Users/mafranklin/MyProj/MyProj-csharp.sln
project file %s found /Users/mafranklin/MyProj.sublime-project
already_bound_solution:/Users/mafranklin/MyProj/MyProj-csharp.sln
project file %s found /Users/mafranklin/MyProj.sublime-project
solution path: /Users/mafranklin/MyProj/MyProj-csharp.sln
project file %s found /Users/mafranklin/MyProj.sublime-project
solution path: /Users/mafranklin/MyProj/MyProj-csharp.sln
file changed
======== request ========
Url: http://localhost:54790/addtoproject
Data: {"column": "1", "filename": "/Users/mafranklin/MyProj/Assets/Scripts/Game/Peeps/PeepManager.cs", [redacted]
======== request ========
Url: http://localhost:54790/codecheck
Data: {"column": "1", "filename": "/Users/mafranklin/MyProj/Assets/Scripts/Game/Peeps/PeepManager.cs", [redacted]
INFO:OmniSharp.lib.urllib3.connectionpool:Starting new HTTP connection (4): localhost
======== response ========
true
file added to project
True
======== end ========
WARNING:OmniSharp.lib.urllib3.connectionpool:Connection pool is full, discarding connection: localhost
======== response ========
response is empty
handling Errors
no data
======== end ========
I just updated OmniSharp (first through SublimeText auto update, then through package remove and package install), and when I tries to run I get the error "connection pool is full." I've pasted the output below. Everything was working a couple versions ago, until I started getting the issue detailed here: https://github.com/OmniSharp/omnisharp-sublime/issues/135
First, when I launch SublimeText and save a file that's already in my project:
And then, whenever I again save a file that's already in the project, I get this every time: