Skip to content
  • benoît chesneau's avatar
    simpler api · 15e855c5
    benoît chesneau authored
    this api just do what we need for now. Ie: create a link between 2 servers and pass rpc calls over it.
    
    These has the following advantages:
    
    - connections are synchronous, messages can go over it or not.
    - no pooling system is forced. This will be an application choice
    
    It also prepare for futur changes where the transport will be pluggable so as the server protocol.
    15e855c5