This repository has been archived by the owner on Nov 28, 2020. It is now read-only.
Implement proper endpoint parsing #5
Labels
feature request
A request for a new feature
help wanted
Extra attention is needed
tracking issue
A issue that tracks other issues
This is a tracking issue around the proper implementation of
Endpoint
.Currently
Endpoint
only parses the transport and stores the address into a string without parsing. This is meant to future-proof our socket methods until proper parsing is developed.These are the sub-issues to must be closed:
TcpAddr
Implement TcpAddr parsing #6IpcAddr
Implement IpcAddr parsing #7InprocAddr
Implement InprocAddr parsing #8PgmAddr
Implement PgmAddr parsing #9EpgmAddr
Implement EpgmAddr parsing #10The text was updated successfully, but these errors were encountered: