websocket
websocket copied to clipboard
multiple user connection on the same goroutine?
Hi, currently, within the handler function, each user will create a seperate goroutine as reader/writer. Is it possibile for fasthttp/websocket to handle multiple user on a single goroutine with a kind of (may be) event loop?