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

Catch all exceptions when Push.send fails #69

Closed miguelcmedeiros closed 6 months ago

miguelcmedeiros commented 6 months ago

Fixes #68.

In order to test the cases where the exceptions are caught during a push and to make sure we can tweak the test behaviour, we have mock (generated by mockito) for PhoenixSocket and PhoenixChannel.

miguelcmedeiros commented 6 months ago

Cc @matehat