When adding a comment in the IDE editor, I often cannot save the comment, instead I get the error "Address already in use: getsockopt".
I also notice that the comment is added similarly to the diff window (I often have the diff window and the IDE editor open at the same time, so I can use "find usages" etc.). Actually, after every key stroke, the comment is updated in the diff window as well as in the editor.
Perhaps this is the cause of the problem? The plugin seems to trying to update the comment from 2 sources? I also wonder if this is ideal from a performance perspective. Do you do a server roundtrip after every key stroke?
Also, there are sometimes huge lags when entering the comment text, as soon as the comment is displayed in both the IDE editor and the diff window.
When adding a comment in the IDE editor, I often cannot save the comment, instead I get the error "Address already in use: getsockopt".
I also notice that the comment is added similarly to the diff window (I often have the diff window and the IDE editor open at the same time, so I can use "find usages" etc.). Actually, after every key stroke, the comment is updated in the diff window as well as in the editor.
Perhaps this is the cause of the problem? The plugin seems to trying to update the comment from 2 sources? I also wonder if this is ideal from a performance perspective. Do you do a server roundtrip after every key stroke?
Also, there are sometimes huge lags when entering the comment text, as soon as the comment is displayed in both the IDE editor and the diff window.