Skip to content

SC: universal vs block_release #15

Description

@cemreozen

Peer A:
wait 500;sendMessage FILLER_FILENAME sn/file 1;wait 500;connectTCP FILLER_IP 4444;release SC;lsMessages 2;lsMessages 1;exit;

Peer B:
openTCP 4444;block SC;wait 500;lsMessages 2;lsMessages 1;exit;

The universal channel does not exist before the message was sent. The index 1 had to be included, otherwise the messages appear in the block_release channel.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions