websocket icon indicating copy to clipboard operation
websocket copied to clipboard

Example of mocking websocket.Conn

Open tnuanchuay opened this issue 3 years ago • 2 comments
trafficstars

I am go newbie, but I wonder, Is there the way to mock websocket.Conn ? I cannot find any example in the test file too.

tnuanchuay avatar Aug 09 '22 14:08 tnuanchuay

👍🏻 for adding this

gaby avatar Aug 18 '22 01:08 gaby

u can checkout fast http test files. e.g. https://github.com/fasthttp/websocket/blob/master/client_server_test.go

daveteu avatar Nov 30 '22 13:11 daveteu