MCPcopy
hub / github.com/aio-libs/aiohttp / receive_msg

Method receive_msg

aiohttp/web_ws.py:265–269  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

263
264 @asyncio.coroutine
265 def receive_msg(self):
266 warnings.warn(
267 'receive_msg() coroutine is deprecated. use receive() instead',
268 DeprecationWarning)
269 return (yield from self.receive())
270
271 @asyncio.coroutine
272 def receive_str(self):

Callers 1

handlerMethod · 0.95

Calls 1

receiveMethod · 0.95

Tested by 1

handlerMethod · 0.76