DaftPoint / StarUML.Teamwork

MIT License
29 stars 8 forks source link

Load newly created teamwork project stops at "Parsing" state #6

Open 2rik opened 8 years ago

2rik commented 8 years ago

I am using StarUML for windows version 2.7.0 / Teamwork-Server for StarUML version 0.1.1

Open feature of newly created projects just stop working on the "Parsing" state.

image

Application stays in this state forever and "Cancel" button does not work.

PS: Trying to connect to the git team server under TFS After some debugging, I found that problem is in nextPktLine function, but cannot realize how to fix it:

image

Update: After time spent on it, I fixed it with putting "true" parameter at nectPktLine function at line 6306:

image

Could you please somehow include this fix for TFS git in the next version?