mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
bump channel capacity to 100
This commit is contained in:
committed by
Lea Anthony
parent
577b59aa89
commit
615cc55b31
@@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user