How to send pickle dumps to client? #442
Unanswered
zillionare
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Blacksheep is just great, especially the DI part, I really love it.
Just one small question need help, how can I send pickle dumps to client? I know this is not a normal scenario, but I'm implementing a stock quotation server, performance is really important and that's why I'm using blacksheep. I don't want time to be cost in serilization/deserialization, so pickle is just fine and the client will be Python application too.
But I don't know how to implement it. Maybe StreamedContent ? but I can't find any examples.
Or there's better idea to send bytes to client?
Beta Was this translation helpful? Give feedback.
All reactions