Skip to content

Commit

Permalink
Merge pull request #188 from mdsmith00/master
Browse files Browse the repository at this point in the history
Added reconnectOnServerError flag in AtmosphereRequestConfig
  • Loading branch information
jfarcand committed May 15, 2015
2 parents 157bcea + ead2414 commit e12fe77
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ public enum Flags {
readResponsesHeaders,
dropAtmosphereHeaders,
executeCallbackBeforeReconnect,
enableProtocol
enableProtocol,
reconnectOnServerError
}
/**
* use the same serializer for inbound and outbound
Expand Down

0 comments on commit e12fe77

Please sign in to comment.