braverhealth / phoenix-socket-dart

Cross-platform and stream-based implementation of Phoenix Sockets
https://pub.dev/packages/phoenix_socket
BSD 3-Clause "New" or "Revised" License
74 stars 37 forks source link

0.4.7 hotfix! #14

Closed carlosmobile closed 3 years ago

carlosmobile commented 3 years ago

We need hotfix in 0.4.7.

Channel.dart need to change line 52

/// Parameters passed to the backend at join time. final Map<String, String> parameters;

to:

final Map<String, dynamic> parameters;

Thanks!!

matehat commented 3 years ago

@carlosmobile oh no! do you have time to push this fix?

carlosmobile commented 3 years ago

Yes, fixed!