Skip to content

Exception: In-memory proxy does not support to invoke multiple receivers. #27

Description

@devmasonz

with code below:

var room = await Group.AddAsync(roomId);
await room.Except([ConnectionId]).OnNotifyTransaction(data);

I got following exceptions:
System.NotSupportedException: In-memory proxy does not support to invoke multiple receivers.
at Cysharp.Runtime.Multicast.InMemory.InMemoryProxyBase2.ThrowIfNotSingle() at Cysharp.Runtime.Multicast.InMemory.InMemoryProxyBase2.InvokeWithResult[T1,TResult](T1 arg1, Func`3 invoker)
at System_Guid_Editor_Shared_ISyncHubReceiver_Proxy.OnNotifyTransaction(Byte[])

Here is the value of room.Except

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions