Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
0.11
-
None
-
None
-
Windows 7 x64
Description
I have an application that is running on multiple threads. It creates some files during certain conditions, and attempts to save them to GridFS. After running for a few minutes, it will crash with the following exception:
Thread is not in a request (did you call RequestStart?)
Here is what the call looks like:
var fileInfo = _database.GridFS.Upload(fileStream, fileName);