Closed tekjar closed 6 years ago
handle_reconnection right now removes stuff from queues. Network errors while sending this data might cause data loss. Put this data into a channel and handle that channel's data before handling data from user's channel
Implemented in #108
handle_reconnection right now removes stuff from queues. Network errors while sending this data might cause data loss. Put this data into a channel and handle that channel's data before handling data from user's channel