mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-16 08:14:26 -05: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();
|
_ctx.ensureValid();
|
||||||
final nativeKey = jsonEncode(key).toNativeUtf8();
|
final nativeKey = jsonEncode(key).toNativeUtf8();
|
||||||
final nativeWriter =
|
final nativeWriter =
|
||||||
writer != null ? jsonEncode(key).toNativeUtf8() : nullptr;
|
writer != null ? jsonEncode(writer).toNativeUtf8() : nullptr;
|
||||||
final recvPort = ReceivePort("routing_context_open_dht_record");
|
final recvPort = ReceivePort("routing_context_open_dht_record");
|
||||||
final sendPort = recvPort.sendPort;
|
final sendPort = recvPort.sendPort;
|
||||||
_ctx.ffi._routingContextOpenDHTRecord(
|
_ctx.ffi._routingContextOpenDHTRecord(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue