Skip to content

Releases: JanisErdmanis/Multiplexers.jl

Internal refactoring

25 Jan 15:06
8c6bdd3
Compare
Choose a tag to compare

Dropping Serialization from the dependency list and substituting that with stack and unstack methods which also fixed some bugs. readavailable is also dropped since it is susceptible to concurrency issues. User can implement that with provided read and write methods.

Better abstractions

18 Jan 19:42
Compare
Choose a tag to compare

The Multiplexer type now is automatically starting a daemon for routing or forwarding the connection.

Adding Multiplexer type

04 Dec 17:14
2b2f072
Compare
Choose a tag to compare

and renamed a method from route to forward to reflect it's meaning. Also bugfixes.

First release

27 Nov 21:35
Compare
Choose a tag to compare

Some formalization of API. No thought had been given on performance.