Fix up the endless loop that can occur during authentication when the authentication context was complete but the server still continued to respond with an access token. This should not happen with any major server but still possible with some more niche implementations like impacket.
Fix up the endless loop that can occur during authentication when the authentication context was complete but the server still continued to respond with an access token. This should not happen with any major server but still possible with some more niche implementations like impacket.
Fixes: https://github.com/jborean93/smbprotocol/issues/261