Closed Dumbris closed 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?
No. It's ok. :)
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;