Closed ehajri closed 3 years ago
@HypsyNZ thank you for the workaround.
Indeed the file is growing so fast, and it doesn't seem I can assign logwriter for each sub.
Hi, in the latest beta releases I've added an option for this. If you enable OutputOriginalData in the client options, the WebCallResult and DataEvent (new wrapper for socket updates) objects will contain the originally received json in the OriginalData property.
@JKorf Thanks!
In some scenarios, I'd need to store the result of the update streams as is, and to do that, I am serializing the object that Binance.Net has just deserialized. Example:
running the app against a profiler shows a lot of time and memory are being utilized with
.Serialize()
. Is it possible to add a property/method to retrieve the original Json text? Something likedata.Text
So far, the areas I am concerned about is
Spot.SubscribeTo..
andSpot.SubscribeToUserDataUpdatesAsync()
.