Implement some kind of scoping mechanism to enable serialization to be wrapped in transactions for Starcounter3x. Right now, serialization is made outside such a transaction scope, which generates runtime exceptions.
see:
|
return protocolProvider.Serialize(this, acceptProvider).Finalize(acceptProvider); |
Implement some kind of scoping mechanism to enable serialization to be wrapped in transactions for Starcounter3x. Right now, serialization is made outside such a transaction scope, which generates runtime exceptions.
see:
RESTable/src/RESTable/Results/RequestSuccess.cs
Line 54 in a11c05f