some work on the replay subsystem, plus getting better grasp of the FBS format

This commit is contained in:
amit bezalel
2017-07-14 00:52:50 +03:00
parent 7dc1773596
commit 852f08db21
12 changed files with 691 additions and 586 deletions

View File

@@ -495,6 +495,9 @@ func (c *ClientConn) mainLoop() {
defer func() {
logger.Warn("ClientConn.MainLoop: exiting!")
c.Listeners.Consume(&common.RfbSegment{
SegmentType: common.SegmentConnectionClosed,
})
}()
for {