Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC Implementation using multiple relays to enable async communication #25

Merged
merged 29 commits into from
Feb 29, 2024

fix: StreamRelay in MultiRPC & Tests

4c621e4
Select commit
Loading
Failed to load commit list.
Merged

RPC Implementation using multiple relays to enable async communication #25

fix: StreamRelay in MultiRPC & Tests
4c621e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 23, 2024 in 0s

93.47% of diff hit (target 70.52%)

View this Pull Request on Codecov

93.47% of diff hit (target 70.52%)

Annotations

Check warning on line 23 in src/MultiRelayHelper.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/MultiRelayHelper.php#L23

Added line #L23 was not covered by tests

Check warning on line 43 in src/MultiRelayHelper.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/MultiRelayHelper.php#L43

Added line #L43 was not covered by tests

Check warning on line 88 in src/MultiRelayHelper.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/MultiRelayHelper.php#L88

Added line #L88 was not covered by tests

Check warning on line 70 in src/RPC/AbstractRPC.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/RPC/AbstractRPC.php#L70

Added line #L70 was not covered by tests

Check warning on line 82 in src/RPC/MultiRPC.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/RPC/MultiRPC.php#L82

Added line #L82 was not covered by tests

Check warning on line 271 in src/RPC/MultiRPC.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/RPC/MultiRPC.php#L271

Added line #L271 was not covered by tests

Check warning on line 305 in src/RPC/MultiRPC.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/RPC/MultiRPC.php#L305

Added line #L305 was not covered by tests

Check warning on line 356 in src/RPC/MultiRPC.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/RPC/MultiRPC.php#L356

Added line #L356 was not covered by tests

Check warning on line 373 in src/RPC/MultiRPC.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/RPC/MultiRPC.php#L373

Added line #L373 was not covered by tests

Check warning on line 401 in src/RPC/MultiRPC.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/RPC/MultiRPC.php#L401

Added line #L401 was not covered by tests

Check warning on line 408 in src/RPC/MultiRPC.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/RPC/MultiRPC.php#L407-L408

Added lines #L407 - L408 were not covered by tests

Check warning on line 410 in src/RPC/MultiRPC.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/RPC/MultiRPC.php#L410

Added line #L410 was not covered by tests

Check warning on line 113 in src/SocketRelay.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SocketRelay.php#L113

Added line #L113 was not covered by tests

Check warning on line 116 in src/SocketRelay.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/SocketRelay.php#L116

Added line #L116 was not covered by tests