Ok, thanks for the help. I’ve been able to connect and send SCTP to the server, but when then writing it to the sctp stream associated with the data producer, the data producer stats don’t show any messages/bytes. I believe it is setup correctly according to the Bot demo code, the debug output is showing completed writes to the same streamId as the data producer, just the stats aren’t indicating that the producer is actually seeing the messages. The plain transport is connected to the local UDP socket that is used for the SCTP socket, and the data producer is created from this transport. Anything else I need to check?
Is it correct that the plain transport should ‘connect’ to the localhost and port of the local UDP socket on the server?