You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: