We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AFEventSource#offset
1 parent 49b6fde commit 141ab56Copy full SHA for 141ab56
AFRocketClient/AFEventSource.m
@@ -203,6 +203,7 @@ - (BOOL)open:(NSError * __autoreleasing *)error {
203
204
[self.lock lock];
205
self.state = AFEventSourceConnecting;
206
+ self.offset = 0;
207
208
self.requestOperation = [[AFHTTPRequestOperation alloc] initWithRequest:self.request];
209
self.requestOperation.responseSerializer = [AFServerSentEventResponseSerializer serializer];
0 commit comments