nolleh / rsp

⚡Realtime Server Platform - aims to make room based socket server platform
GNU General Public License v3.0
0 stars 0 forks source link

refactor broker interface #30

Open nolleh opened 1 month ago

nolleh commented 1 month ago

For now, current broker interface is meaning less to separate publisher / subscriber, and hard to handle whole zmq type. At first, the broker interfaces purpose was abstracting intranet work, but zmq's status management mechanism makes hard to using current broker interface.

So, we need to drop some abstraction, until a needs is pops up to substitute/customize internal communication/network library.