Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing Issue #6 of teastman branch (Connection not closed)
Fixing Issue #6 of teastman branch (#6) "Connection not closed" Subsequent connections were left opened, and timeout messages occurred. Node feeded every 240 seconds through an inject node produced: 0:00:04 - msg.payload out (ok) 0:02:04 - FTP timeout message (!!!) 0:04:04 - msg.payload out (ok) 0:04:04 - msg.payload out (again!) 0:06:04 - FTP timeout message (!!!) 0:06:04 - FTP timeout message (!!!) 0:08:04 - msg.payload out 0:08:04 - msg.payload out (again!) 0:08:04 - msg.payload out (again!) 0:10:04 - FTP timeout message (!!!) 0:10:04 - FTP timeout message (!!!) 0:10:04 - FTP timeout message (!!!) ...and so on. This edit should fix these problems.
- Loading branch information