manageplaces / Stompex

A STOMP client for Elixir
MIT License
12 stars 7 forks source link

Refactor Stompex #4

Closed pareeohnos closed 7 years ago

pareeohnos commented 7 years ago

Currently most of the logic of stompex is contained within 2 modules, which are now starting to get bloated. This will also make supporting all versions of STOMP a little tricky. I propose a restructuring of the library to split code into more than just the two modules, with a means of separating out logic for different STOMP versions.

No plan as of yet on how this will be done.

pareeohnos commented 7 years ago

Completely rewritten Stompex. v0.2.0 now on master. New functionality still required but codebase is a lot cleaner, and has better support (although not full) for all versions of specification