You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need build a tls conn on the windows namepipe, but DialWithDialer is insufflcient, becase net.Dialer isnot a interface, I cannot replace it with my Dialer.
similar, I run tls conn on other conn also, like serial port ...
I need build a tls conn on the windows namepipe, but DialWithDialer is insufflcient, becase net.Dialer isnot a interface, I cannot replace it with my Dialer.
similar, I run tls conn on other conn also, like serial port ...