Problem with Table and addItemClickListener

Hi all,
I encountered some problem with simultaneous user access to vaadin’s Table with addItemClickListener. I create table with some SQLContainer and a click listener on that Table. Two users open app with this Table. First of them delete one element from table, second user try to select some rows, but internal error occur (“A connector should not be marked as dirty while a response is being written”). Click listener is empty. When i commented out addItemClickListener all working fine.