chealin
September 14, 2022, 6:13am
1
hello
I want to connect to the web
I want to set the ConnectionID value
but i don’t know how to set
can you tell me…
I opened a project on github
In the SingleConnectionBehaviourTest.cs code,
it was possible to specify the ConnectionID.
I would like to specify the connectionID as in that code.
chealin
September 14, 2022, 8:32am
2
이채린:
hello
I want to connect to the web
I want to set the ConnectionID value
but i don’t know how to set
can you tell me…
I opened a project on github
In the SingleConnectionBehaviourTest.cs code,
it was possible to specify the ConnectionID.
I would like to specify the connectionID as in that code.
I was testing on the wrong sample project
I realized this after seeing the github issue board.
opened 01:03AM - 23 Feb 22 UTC
enhancement
issued
### Is your feature request related to a problem?
Multiple Unity processes ha… ve corresponding pages, but only one WebServer,each page does not affect the other
### Describe the solution you'd like
_No response_
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
If you want to specify the connectionId
I should have tested it on the Bidirectional sample, not on the Broadcast sample.
I was able to fix the ConnectionID in BidirectionalSample.cs.