Apaq / StompDart

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

Make Stomp.DataEvent.data should be String instead of var. #13

Closed michaelkrog closed 10 years ago

michaelkrog commented 10 years ago

Stomp.DataEvent.data is a var, but that makes it impossible to know what datatype is being handled. The adapter must carry the responsibility of converting whatever kind of data they have to a String instead.