We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3eaeef7 + 3e5fb5b commit d776081Copy full SHA for d776081
1 file changed
src/simperium/channel.js
@@ -323,6 +323,9 @@ Channel.prototype.onAuth = function( data ) {
323
this.emit( 'unauthorized', auth );
324
return;
325
} catch ( error ) {
326
+ // Clear any unacknowledged changes on reconnect
327
+ this.localQueue.sent = {};
328
+
329
// request cv and then send method
330
init = function( cv ) {
331
if ( cv ) {
0 commit comments