Skip to content

Instantly share code, notes, and snippets.

@jbbrunsveld
Created September 30, 2013 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbbrunsveld/f6c6b35581720fbf80a5 to your computer and use it in GitHub Desktop.
Save jbbrunsveld/f6c6b35581720fbf80a5 to your computer and use it in GitHub Desktop.
$.each(websocketSession._subscriptions, function(index, value) {
var pattern = /^(connection\/event\/push)/;
if(pattern.test(index)) {
websocketSession.unsubscribe(index);
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment