Releasing File Handles issue

Any known memory leak or issues with closing I/O stream or releasing file handle? After adding ASPOSE to my application, tika parser seems to be not releasing the file handles. Let me know if you have any insights.


Thanks,
Magesh

Hi Magesh,


There is no such issue reported to us or in our knowledge where the file handles are not released by the application in case of Aspose.Email API usage. Please use the dispose() method where applicable in your case once you are done with that object. For example, if you are using MailMessgae, use the MailMessage object’s dispose() method. Please try it at your end and share your feedback with us.