Skip to content

Commit

Permalink
fix Database connection issue with Isolate
Browse files Browse the repository at this point in the history
  • Loading branch information
javad-zobeidi committed May 27, 2024
1 parent 3378812 commit 28bb745
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

- fix Database connection issue with Isolate

## 0.2.2

- fix Websocket Join and Left room issue
Expand Down
2 changes: 1 addition & 1 deletion lib/src/server/isolate/http_isolate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Future<void> httpIsolate(
Map config,
) async {
try {
await initializeConfig(config);
Env().load();
await initializeConfig(config);
HttpServer server;
if (handler.secure) {
var context = SecurityContext()
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vania
description: Fast, simple, and powerful backend framework for Dart built with
version: 0.2.2
version: 0.2.3
homepage: https://vdart.dev
repository: https://github.com/vania-dart/framework
issue_tracker: https://github.com/vania-dart/framework/issues
Expand Down

0 comments on commit 28bb745

Please sign in to comment.