[mod] improve sock err handling
This commit is contained in:
parent
9c805c2a21
commit
b7d0d8e03d
11 changed files with 108 additions and 71 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<form class="d-flex">
|
||||
<span id="state">🔴</span>
|
||||
<input id="iServer" type="text" value="ws://localhost:3000/ws/lsp" style="width:25em" />
|
||||
<input id="iServer" type="text" value="ws://localhost:3000/ws/lsp2" style="width:25em" />
|
||||
<button id="connect">connect</button>
|
||||
</form>
|
||||
<div class="row">
|
||||
|
|
@ -45,6 +45,7 @@
|
|||
<div class="container-fluid">
|
||||
<div class="row " style="overflow:hidden">
|
||||
<div class="col-2">
|
||||
<div id="msg"> </div>
|
||||
<select id="load">
|
||||
<option selected value="">load..</option>
|
||||
<optgroup label="XQuery3">
|
||||
|
|
@ -61,7 +62,7 @@
|
|||
</optgroup>
|
||||
</select>
|
||||
<label for="symbols">Symbols:</label><select id="symbols" disabled="disabled"></select>
|
||||
<ul id="msg" style="overflow: scroll;">
|
||||
<ul id="traffic" style="overflow: scroll;">
|
||||
<li>-</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue