mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 04:06:11 -04:00
bugfix
This commit is contained in:
parent
00aad2c728
commit
39baed5555
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ class VeilidRoutingContextFFI extends VeilidRoutingContext {
|
|||
_ctx.ensureValid();
|
||||
final nativeKey = jsonEncode(key).toNativeUtf8();
|
||||
final nativeWriter =
|
||||
writer != null ? jsonEncode(key).toNativeUtf8() : nullptr;
|
||||
writer != null ? jsonEncode(writer).toNativeUtf8() : nullptr;
|
||||
final recvPort = ReceivePort("routing_context_open_dht_record");
|
||||
final sendPort = recvPort.sendPort;
|
||||
_ctx.ffi._routingContextOpenDHTRecord(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue