File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -191,11 +191,11 @@ async def main(server_port):
191191 async with RSocketClient (single_transport_provider (TransportTCP (* connection )),
192192 metadata_encoding = WellKnownMimeTypes .MESSAGE_RSOCKET_COMPOSITE_METADATA ,
193193 fragment_size_bytes = 64 ) as client :
194- # await request_large_response(client)
195- # await request_large_request(client)
196- # await request_response(client)
197- # await request_stream(client)
198- # await request_slow_stream(client)
194+ await request_large_response (client )
195+ await request_large_request (client )
196+ await request_response (client )
197+ await request_stream (client )
198+ await request_slow_stream (client )
199199 await request_channel (client )
200200 # await request_stream_invalid_login(client)
201201
You can’t perform that action at this time.
0 commit comments