Hi,
first of all thanks your work on this project.
I tested the fuzzer. The fuzzer seems to work, but the behaviour is a bit confusing to me.
Why does the fuzzer use require.NoError() as this would terminate the fuzzing job whenever an error occurs?
Because of that the fuzzer actually fails on the first test case for me because the session establishment never works because of invalid values in the session establishment request.