mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-18 00:19:58 +01:00
bump channel capacity to 100
This commit is contained in:
parent
577b59aa89
commit
615cc55b31
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ func newSession(conn *websocket.Conn, bindingCache []string, ipc interfaces.IPCM
|
|||
log: logger,
|
||||
eventManager: eventMgr,
|
||||
shutdown: make(chan bool),
|
||||
writeChan: make(chan []byte),
|
||||
writeChan: make(chan []byte, 100),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue