Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] ```rpc OnFriendAdded (.bgs.protocol.friends.v1.FriendNotification) returns (.bgs.protocol.NO_RESPONS

[DiscordArchive] ```rpc OnFriendAdded (.bgs.protocol.friends.v1.FriendNotification) returns (.bgs.protocol.NO_RESPONS

[DiscordArchive] ```rpc OnFriendAdded (.bgs.protocol.friends.v1.FriendNotification) returns (.bgs.protocol.NO_RESPONS

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
03-02-2021, 07:14 PM
#1
Archived author: Gunsablazin • Posted: 2021-03-02T19:14:57.447000+00:00
Original source

```rpc OnFriendAdded (.bgs.protocol.friends.v1.FriendNotification) returns (.bgs.protocol.NO_RESPONSE) {
option (method_options).id = 1;
}```

isnt that defining the rpc calls you would use in grpc?
rektbyfaith
03-02-2021, 07:14 PM #1

Archived author: Gunsablazin • Posted: 2021-03-02T19:14:57.447000+00:00
Original source

```rpc OnFriendAdded (.bgs.protocol.friends.v1.FriendNotification) returns (.bgs.protocol.NO_RESPONSE) {
option (method_options).id = 1;
}```

isnt that defining the rpc calls you would use in grpc?

rektbyfaith
Administrator
0
03-02-2021, 07:29 PM
#2
Archived author: Fabian • Posted: 2021-03-02T19:29:00.847000+00:00
Original source

That’s how you define protobuf messages
rektbyfaith
03-02-2021, 07:29 PM #2

Archived author: Fabian • Posted: 2021-03-02T19:29:00.847000+00:00
Original source

That’s how you define protobuf messages

rektbyfaith
Administrator
0
03-02-2021, 07:29 PM
#3
Archived author: Fabian • Posted: 2021-03-02T19:29:26.658000+00:00
Original source

You don’t have to use grpc for protobuf
rektbyfaith
03-02-2021, 07:29 PM #3

Archived author: Fabian • Posted: 2021-03-02T19:29:26.658000+00:00
Original source

You don’t have to use grpc for protobuf

rektbyfaith
Administrator
0
03-02-2021, 07:30 PM
#4
Archived author: Gunsablazin • Posted: 2021-03-02T19:30:09.265000+00:00
Original source

```message FriendNotification {
required .bgs.protocol.friends.v1.Friend target = 1;
optional .bgs.protocol.EntityId account_id = 5;
optional .bgs.protocol.ObjectAddress forward = 6 [deprecated = true];
}```
rektbyfaith
03-02-2021, 07:30 PM #4

Archived author: Gunsablazin • Posted: 2021-03-02T19:30:09.265000+00:00
Original source

```message FriendNotification {
required .bgs.protocol.friends.v1.Friend target = 1;
optional .bgs.protocol.EntityId account_id = 5;
optional .bgs.protocol.ObjectAddress forward = 6 [deprecated = true];
}```

rektbyfaith
Administrator
0
03-02-2021, 07:30 PM
#5
Archived author: Gunsablazin • Posted: 2021-03-02T19:30:33.908000+00:00
Original source

a message looks like that, but this is a rpc call which takes a FriendNotification and expect no response
rektbyfaith
03-02-2021, 07:30 PM #5

Archived author: Gunsablazin • Posted: 2021-03-02T19:30:33.908000+00:00
Original source

a message looks like that, but this is a rpc call which takes a FriendNotification and expect no response

rektbyfaith
Administrator
0
03-02-2021, 07:30 PM
#6
Archived author: Gunsablazin • Posted: 2021-03-02T19:30:49.926000+00:00
Original source

hence it starting with ``rpc``
rektbyfaith
03-02-2021, 07:30 PM #6

Archived author: Gunsablazin • Posted: 2021-03-02T19:30:49.926000+00:00
Original source

hence it starting with ``rpc``

rektbyfaith
Administrator
0
03-02-2021, 07:31 PM
#7
Archived author: Fabian • Posted: 2021-03-02T19:31:02.584000+00:00
Original source

Both work with raw protobuf as far as i remember
rektbyfaith
03-02-2021, 07:31 PM #7

Archived author: Fabian • Posted: 2021-03-02T19:31:02.584000+00:00
Original source

Both work with raw protobuf as far as i remember

rektbyfaith
Administrator
0
03-02-2021, 07:31 PM
#8
Archived author: Fabian • Posted: 2021-03-02T19:31:09.303000+00:00
Original source

Even without grpc
rektbyfaith
03-02-2021, 07:31 PM #8

Archived author: Fabian • Posted: 2021-03-02T19:31:09.303000+00:00
Original source

Even without grpc

rektbyfaith
Administrator
0
03-02-2021, 07:31 PM
#9
Archived author: Fabian • Posted: 2021-03-02T19:31:43.689000+00:00
Original source

I generate rpc calls too but that in a protobuf class but i don’t use grpc
rektbyfaith
03-02-2021, 07:31 PM #9

Archived author: Fabian • Posted: 2021-03-02T19:31:43.689000+00:00
Original source

I generate rpc calls too but that in a protobuf class but i don’t use grpc

rektbyfaith
Administrator
0
03-02-2021, 07:32 PM
#10
Archived author: Fabian • Posted: 2021-03-02T19:32:08.464000+00:00
Original source

Just raw tcp for sending/receiving
rektbyfaith
03-02-2021, 07:32 PM #10

Archived author: Fabian • Posted: 2021-03-02T19:32:08.464000+00:00
Original source

Just raw tcp for sending/receiving

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)