(feat): update message state icons
(feat): log ttpUrl
This commit is contained in:
parent
c484a3c303
commit
b09ef8a997
2 changed files with 12 additions and 5 deletions
|
|
@ -378,6 +378,10 @@ export function Provider(props: {
|
|||
url: ttpUrl,
|
||||
serverCert: ttpServerCert || undefined,
|
||||
onReadyStateChange: (state) => {
|
||||
if (state === READY_STATE.CONNECTING) {
|
||||
log(2, "ttp", "blue", ttpUrl);
|
||||
}
|
||||
|
||||
setReadyState(state);
|
||||
|
||||
if (state === READY_STATE.OPEN) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue