凉州刺史

Results 2 issues of 凉州刺史

if (!isBrowser) { const nodeWS = await import('ws'); WebSocket = nodeWS.WebSocket; } you should remove the keyword "await" in this code!

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** ``` package main import ( "github.com/kataras/iris/v12" "github.com/kataras/iris/v12/websocket" "log" "strings" ) func main() { // Upgrader...