Skip to content
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

Add udp #327

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add udp #327

wants to merge 1 commit into from

Commits on Oct 16, 2019

  1. First draft for UDP/TCP Stream unified interface

    Removed 'drain' from Stream unified interface
    
    Linted
    
    Linted
    
    Fixed little ineffiencies, and added bit of documentation
    
    Fixed ServerStream closing
    
    With previous implementation, when you closed the stream, you closed the stream shared by all UDP handlers from the same Server
    
    Fixed inconsistent method resolution in UDP Streams
    
    Linted
    Aratz M. Lasa committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    ae1c5f1 View commit details
    Browse the repository at this point in the history