Apaq / StompDart

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

Update frame.dart #6

Closed Dumbris closed 10 years ago

Dumbris commented 10 years ago

Fix: The imported libraries 'sockjsadapter.dart' and 'frame.dart' should not have the same name '' This error makes impossible to use Frame and StompAdapter classes together, then you import it like import 'package:stompdart/sockjsadapter.dart' as StompAdapter; import 'package:stompdart/frame.dart' as Frame;

michaelkrog commented 10 years ago

I have second thoughts when it comes to this.

Im thinking of making frame.dart 'part of stomp.dart' instead of a separate library. And then I thought about making the 3 socketadapters(socketadapter.dart, websocketadapter, sockjsadapter) into each their own library.

Would that break anything for you?

Dumbris commented 10 years ago

No. It's ok. :)