Make all WinAPI calls async!
This is a significant release to make NodeSSPI fully comply with Node.js non-blocking I/O design philosophy. All WinAPI calls are factored into a separate thread by calling uv_queue_work
.
This is a significant release to make NodeSSPI fully comply with Node.js non-blocking I/O design philosophy. All WinAPI calls are factored into a separate thread by calling uv_queue_work
.