implement RPC support for inbound UDP connect() event - #7433
ThomasRubini wants to merge 3 commits into
Conversation
|
|
|
I'm Bonk, and I've done a quick review of your PR. PR #7433 adds bidirectional Cap'n Proto RPC transport for inbound UDP
Limerick incoming! |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7433 +/- ##
==========================================
+ Coverage 37.96% 38.04% +0.07%
==========================================
Files 836 836
Lines 257859 258027 +168
Branches 20397 20414 +17
==========================================
+ Hits 97908 98157 +249
+ Misses 148370 148258 -112
- Partials 11581 11612 +31 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
LGTM |
This implements RPC support for the new UDP connect custom event, so that we can call it from edgeworker.
Please note that
EVENT_TYPE's value may change after approval depending on the feedback I'll get on the internal PR.