Flying-Toast / simple-websockets

MIT License
18 stars 7 forks source link

Adding tests #19

Closed StephanMoeller closed 1 year ago

StephanMoeller commented 1 year ago

Added launch_from_std_listener to suport specifying your own tcp listener. This allows tests to not bind on specified ports, simplifying tests and reduces risk of not being able to bind a tcp listener.

StephanMoeller commented 1 year ago

I will create a new fork as it seem this PR oncludes all the old changes.

StephanMoeller commented 1 year ago

Closing this one