Skip to content

Commit b19e76f

Browse files
Yoon  ChoiYoon  Choi
authored andcommitted
readme gif file grpc update
1 parent 73746b3 commit b19e76f

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Swell is a one-stop shop for sending and monitoring your API requests
4747
<kbd><img src="./ReadMeGifs/Swell_API_GraphQL_Query.gif"
4848
style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd>
4949

50-
## Latest Swell v.0.4.0 update
50+
### **Latest Swell v.0.4.0 update**
5151
* *gRPC*: Swell includes full support for all four streaming types of gRPC - unary, client stream, server stream, bidirectional stream
5252
<kbd><img src="./ReadMeGifs/Swell_API_gRPC.gif"
5353
style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd>

ReadMeGifs/Swell_API_gRPC.gif

-201 KB
Loading

src/client/controllers/grpcController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ grpcController.openGrpcConnection = (reqResObj, connectionArray) => {
159159
reqResObj.response.times.forEach(time => {
160160
time.timeReceived = curTime;
161161
reqResObj.timeReceived = time.timeReceived;
162-
reqResObj.response.events.push(time)
163162

164163
})
165164
reqResObj.response.events.push(response)

0 commit comments

Comments
 (0)