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
73 stars 37 forks source link

Fix bug where channel could not be rejoined #21

Closed matehat closed 3 years ago

matehat commented 3 years ago

The issue was in quiver's StreamRouter implementation. The whole implementation was internalized and fixed in-place.

Addresses #20

/cc @hworld