StabbyCutyou / buffstreams

A library to simplify writing applications using TCP sockets to stream protobuff messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Break manager apart into listening / writing socket abstractions

StabbyCutyou opened this issue · comments

This will allow people to optionally just use the socket abstractions, or take the easier road of using the manager.

This is actively being worked on.