Skip to content

EventSource implementation for RN#5

Merged
EmilianoSanchez merged 6 commits into
travis_configfrom
event_source
Jul 15, 2021
Merged

EventSource implementation for RN#5
EmilianoSanchez merged 6 commits into
travis_configfrom
event_source

Conversation

@EmilianoSanchez

Copy link
Copy Markdown
Contributor

@EmilianoSanchez
EmilianoSanchez changed the base branch from main to travis_config July 6, 2021 16:43

@emilianofant-split emilianofant-split left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ihavenoidea

@ReactMethod
public void close(int id) {
SseEventSource source = mEventSourceConnections.get(id);
Thread thead = mEventReaderThreads.get(id);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo maybe? thead =>thread

@EmilianoSanchez
EmilianoSanchez merged commit 875e512 into travis_config Jul 15, 2021
@EmilianoSanchez
EmilianoSanchez deleted the event_source branch July 15, 2021 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants