Developer Documentation
Our new developer documentation is now available. Please check it out!

Room.RpcTableThunk

public ConcurrentDictionary<uint, TaskCompletionSource<RpcResult>> RpcTableThunk { get; }

Msgpack results to RPC requests

Value Type

TypeDescription
ConcurrentDictionary<UInt32,TaskCompletionSource<RpcResult>>