scitokens / scitokens-cpp

A C++ implementation of the SciTokens library with a C library interface
Apache License 2.0
5 stars 22 forks source link

asynch API fixes #129

Closed Todd-L-Miller closed 11 months ago

Todd-L-Miller commented 1 year ago

Attempts to use the asynch API have been stymied by what typecasting bugs.

Todd-L-Miller commented 1 year ago

I think these are good fixes, but I haven't been able to get all the way through my whole (simple) test program yet.

Todd-L-Miller commented 1 year ago

OK, missed a bad cast and a logic error. Fixed now.