@solibo/solibo-sdk 1.0.38 → 1.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ktor-ktor-websockets.mjs
CHANGED
|
@@ -71,8 +71,8 @@ import {
|
|
|
71
71
|
_ChannelResult___get_isClosed__impl__mg7kuu1xlv81pnrlsg7 as _ChannelResult___get_isClosed__impl__mg7kuu,
|
|
72
72
|
close$default29t9kascifp5w as close$default,
|
|
73
73
|
cancel$default3ekkkwpkem73o as cancel$default,
|
|
74
|
-
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
75
74
|
SendChannel38sllbxw662ws as SendChannel,
|
|
75
|
+
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
76
76
|
} from './kotlinx-coroutines-core.mjs';
|
|
77
77
|
import {
|
|
78
78
|
get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled,
|
|
@@ -137,7 +137,7 @@ initMetadataForCompanion(Companion_3);
|
|
|
137
137
|
initMetadataForClass(ChannelConfig, 'ChannelConfig');
|
|
138
138
|
initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
|
|
139
139
|
initMetadataForCompanion(Companion_4);
|
|
140
|
-
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [
|
|
140
|
+
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 0]);
|
|
141
141
|
initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
|
|
142
142
|
initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
|
|
143
143
|
initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
|