You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/rsocket-core/__tests__/__snapshots__/ClientServerMultiplexerDemultiplexer.spec.ts.snap
+13-13
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports[`ClientServerMultiplexerDemultiplexer when receiving data when buffer contains a single frame deserializes received frames and calls the configured handler 1`] =`
4
-
Object {
5
-
"data": Object{
6
-
"data": Array[
4
+
{
5
+
"data": {
6
+
"data": [
7
7
104,
8
8
101,
9
9
108,
@@ -23,8 +23,8 @@ Object {
23
23
"keepAlive": 60000,
24
24
"lifetime": 300000,
25
25
"majorVersion": 1,
26
-
"metadata": Object{
27
-
"data": Array[
26
+
"metadata": {
27
+
"data": [
28
28
104,
29
29
101,
30
30
108,
@@ -48,10 +48,10 @@ Object {
48
48
`;
49
49
50
50
exports[`ClientServerMultiplexerDemultiplexer when receiving data when buffer contains multiple frames deserializes received frames and calls the configured handler for each frame 1`] =`
51
-
Array [
52
-
Object {
53
-
"data": Object{
54
-
"data": Array[
51
+
[
52
+
{
53
+
"data": {
54
+
"data": [
55
55
104,
56
56
101,
57
57
108,
@@ -75,10 +75,10 @@ Array [
75
75
`;
76
76
77
77
exports[`ClientServerMultiplexerDemultiplexer when receiving data when buffer contains multiple frames deserializes received frames and calls the configured handler for each frame 2`] =`
Copy file name to clipboardexpand all lines: packages/rsocket-tcp-client/src/__tests__/__snapshots__/TcpDuplexConnection.spec.ts.snap
+13-13
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports[`TcpDuplexConnection when receiving data when buffer contains a single frame deserializes received frames and calls the configured handler 1`] =`
4
-
Object {
5
-
"data": Object{
6
-
"data": Array[
4
+
{
5
+
"data": {
6
+
"data": [
7
7
104,
8
8
101,
9
9
108,
@@ -23,8 +23,8 @@ Object {
23
23
"keepAlive": 60000,
24
24
"lifetime": 300000,
25
25
"majorVersion": 1,
26
-
"metadata": Object{
27
-
"data": Array[
26
+
"metadata": {
27
+
"data": [
28
28
104,
29
29
101,
30
30
108,
@@ -48,10 +48,10 @@ Object {
48
48
`;
49
49
50
50
exports[`TcpDuplexConnection when receiving data when buffer contains multiple frames deserializes received frames and calls the configured handler for each frame 1`] =`
51
-
Array [
52
-
Object {
53
-
"data": Object{
54
-
"data": Array[
51
+
[
52
+
{
53
+
"data": {
54
+
"data": [
55
55
104,
56
56
101,
57
57
108,
@@ -75,10 +75,10 @@ Array [
75
75
`;
76
76
77
77
exports[`TcpDuplexConnection when receiving data when buffer contains multiple frames deserializes received frames and calls the configured handler for each frame 2`] =`
Copy file name to clipboardexpand all lines: packages/rsocket-websocket-client/src/__tests__/__snapshots__/WebsocketDuplexConnection.spec.ts.snap
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports[`WebsocketDuplexConnection when receiving data when buffer contains a single frame deserializes received frames and calls the configured handler 1`] =`
0 commit comments