-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Major - P3
-
Affects Version/s: 0.11
-
Component/s: None
-
None
-
Environment:Windows 7 x64
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);