Apaq / StompDart

A Stomp implementation for Dart heavily inspired by StompJS
Apache License 2.0
8 stars 4 forks source link

Reimplement support for content-length. #10

Closed michaelkrog closed 9 years ago

michaelkrog commented 10 years ago

The way support was implement in stomp-websocket is error prone as the handling code has no access to the raw bytes.

The logic needs to be reimplemented. (Currently it is commented in the code)