Ben Bader
Ben Bader
It might be worthwhile to look at alternatives to the simple SPI model we've been using. Internally we've butted up against its limitations in a few ways: - not possible...
(testing whether I still have maintainer access by closing an old issue and re-opening it. sorry zac)
Oooh, this is interesting! Thank you for sharing what seems to be a considerable amount of good work. At first blush, multiplatform seems like a clear win. I've never used...
Despite the wall of text, I want to stress that this is exciting work that I would like to see land in the project - the only questions are "how...
This feature would allow the following Thrift syntax: ```thrift struct Example { 1: binary SomeBinary = "0xDEADBEEF" } ```
Please, go ahead!
We could take inspiration here from Apache, which uses a TreeSet of timeouts and just iterates through it on each IO loop - timeouts aren't guaranteed to fire at the...
No current plans, but that's only because we haven't had that need. I'm not opposed to it, but don't personally have the time or inclination to do the work myself....
Most transports live in https://github.com/microsoft/thrifty/tree/master/thrifty-runtime/src/commonMain/kotlin/com/microsoft/thrifty/transport. For convenience you might start putting your code here, but I see a few issues to be resolved prior to merging: - this is "common"...
The need for this certainly does feel like a sign that some refactoring is needed, but in any event I'm not opposed to convenience here.