indaband / pusher_channels

A pure Dart implementation of the Pusher Channels Client
https://pusher.com/channels
MIT License
8 stars 3 forks source link

feat: add custom periodic connection checker #12

Closed andrewsmedina closed 1 year ago

andrewsmedina commented 1 year ago

feat: add custom periodic connection checker

this will remove the responsibility of pong check to reconnect and will make the auto reconnection more resilient.

ps: for now we dont have test for the connection layer. we should figure out in the future how to test it.