In the event where multiple server instances were to be opened. Theres no way to cleanly keep track or handle changes to others
Meaning in most cases the other server Obj would be over written and closed, which is sub-optimal. Since we dont know if they get closed properly. Also it wont allow for multiple server instances to be opened in one Neovim session under current conditions, even if the port were to be changed.
Is this the expected behaviour or can we improve on this?
In the event where multiple server instances were to be opened. Theres no way to cleanly keep track or handle changes to others
Meaning in most cases the other server Obj would be over written and closed, which is sub-optimal. Since we dont know if they get closed properly. Also it wont allow for multiple server instances to be opened in one Neovim session under current conditions, even if the port were to be changed.
Is this the expected behaviour or can we improve on this?