-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework dial
and accept
to return Session
#565
Commits on Sep 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bb08eda - Browse repository at this point
Copy the full SHA bb08edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c3f4a6 - Browse repository at this point
Copy the full SHA 7c3f4a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 870cb18 - Browse repository at this point
Copy the full SHA 870cb18View commit details -
Adds TcpTransport.accept(), which returns TcpSession
Also adds list of Sessions to TcpTransport, which will replace clients list eventually.
Configuration menu - View commit details
-
Copy full SHA for 901dea3 - Browse repository at this point
Copy the full SHA 901dea3View commit details -
Adds WsTransport.accept(), which returns WsTransportSession
Also adds list of Sessions to WsTransport, which will replace clients list eventually.
Configuration menu - View commit details
-
Copy full SHA for cad3f95 - Browse repository at this point
Copy the full SHA cad3f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c053d - Browse repository at this point
Copy the full SHA 58c053dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4902a3 - Browse repository at this point
Copy the full SHA f4902a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4241c5d - Browse repository at this point
Copy the full SHA 4241c5dView commit details -
Remove clients and connHandler from tcp and ws transport
These have been replaced by sessions and sessionHandler.
Configuration menu - View commit details
-
Copy full SHA for a927bb2 - Browse repository at this point
Copy the full SHA a927bb2View commit details -
Handle Windows ERROR_NETNAME_DELETED in accept()
This error code indicates that server socket is already closed, so we raise a TransportClosedError. Fixes CI failure in Windows.
Configuration menu - View commit details
-
Copy full SHA for a87d97c - Browse repository at this point
Copy the full SHA a87d97cView commit details -
Add direction parameter to Session.getStream()
Quic allows opening outgoing or accepting incoming streams.
Configuration menu - View commit details
-
Copy full SHA for eea29da - Browse repository at this point
Copy the full SHA eea29daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5b832 - Browse repository at this point
Copy the full SHA 0c5b832View commit details